[EMAIL PROTECTED] wrote:

> Thanks to Derek, Igmar, Angus, and Derek .... my ftp access is getting
> closer, but still not 100%.
>
> I now have a limited ftp account, but I cannot see the directories!! I know
> the directory structure is correct because I can 'cd' to the directories,
> but I cannot 'ls'
>
> I have a bin, etc, pub directory structure.
> In bin I have a copy of 'ls'
> Perms are set according to O'Reilly's Unix and Internet Security book
>         bin is 111 owned by root
>         ls is 111 owned by root
>
> What have I missed??

You have to tell us which error you're getting when you try to ls; is ls
listed in your /etc/ftpaccess?  Is it present in your ~/bin directory?  Has
inetd been restarted since you set things up?

I came late to this thread, but one thing that I do (sort of a cheat) is
install the anonymous ftp rpm, then copy its bin, etc and lib directories to
all of the directories which I want to use as homes for guest ftp.

Here's my 'ftpset' script, to be run from the directory of the guest user:

cp -a /home/ftp/bin .
cp -a /home/ftp/etc .
cp -a /home/ftp/lib .

Pretty simple but I hope it helps.



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to