[EMAIL PROTECTED] wrote:

> I cannot seem to get FTP to stop users from accessing different
> directory's, can anybody help, I have looked in several of the doc's and
> even bought a "crap" book.
> 
> I know the problem lies with the permissions with the directory's (at
> least I think thats the problem).

There are two approaches:

1. `find / -type d -exec chmod o-r {} \;', and then re-enable read
permission on those directories which really should be world-readable.

2. Configure wu-ftpd to chroot to a specific directory. See the
documentation of the `guestgroup' option in the ftpaccess(5) manpage
for details.

-- 
Glynn Clements <[EMAIL PROTECTED]>

Reply via email to