Return to BSD News archive
#! rnews 1609 bsd Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.cis.okstate.edu!newsfeed.ksu.ksu.edu!news.physics.uiowa.edu!math.ohio-state.edu!uwm.edu!lll-winken.llnl.gov!nntp.coast.net!news.kei.com!newsfeed.internetmci.com!news1.erols.com!newsmaster@erols.com From: Ken Bigelow <kbigelow@www.play-hookey.com> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: FTP curios Date: Sun, 26 May 1996 07:35:40 -0700 Organization: Erols Internet Services Lines: 22 Message-ID: <31A86C3C.3F3B@www.play-hookey.com> References: <4o42g4$ei1@ns2.brandcomms.com> NNTP-Posting-Host: kenjb05.play-hookey.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 2.02 (Win16; I) Craig Stratton wrote: > > I have recently installed wu-ftpd and have strange anomaly that > paerhaps someone could explain. > I have set up users,permissions,directories etc ok. > If i ftp from the same machine and login as one of the real > users, i can see no files in the directory. > If i ftp from another bsd server, the same problem. > But if i ftp from a dos pc using various ftp clients, i can see > the files ok. > Any thoughts on this anyone ? > Regards, Craig. Check the man page for ls. The normal U**x LS command does not display dotfiles (such as .profile) in regular use. However, you can use the -A option to see them. This option is automatic for root and the su, and seems to be specified by most non-U**x ftp clients. I certainly experience it with ws_ftp for Windows 3.1. Cheers, Ken