Re: Deny directory listing on vsftpd anonymous upload
- From: Nigel Wade <nmw@xxxxxxxxxxxx>
- Date: Tue, 24 Jul 2007 10:10:09 +0100
Nikkilä Tommi wrote:
If you mean the dirlist_enable option that is a definite no-no, since
it prohibits the directory listing from everybody and I need the
other users to be able to see the contents of their respective
directories. Also the deny_file and hide_file options are out unless
they could somehow be tweaked to rule out [directory]/* and only to
be effective on the anonymous user. I guess a anon_hide_file option
would be a needed addition...
You can specify per-user settings with vsftpd. In the config file you can define a directory to hold the per-user config files (user_config_dir). In that directory you create a file for each user who's configuration needs to differ from the default. You only need to put the non-default settings in to the file.
Create a file in your user_config_dir called ftp (ftp is the anonymous user) with the line:
dirlist_enable=no
That should give a "550 Permission denied" message if the anonymous user attempts a directory listing.
--
Nigel Wade, System Administrator, Space Plasma Physics Group,
University of Leicester, Leicester, LE1 7RH, UK
E-mail : nmw@xxxxxxxxxxxx
Phone : +44 (0)116 2523548, Fax : +44 (0)116 2523555
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
- Follow-Ups:
- RE: Deny directory listing on vsftpd anonymous upload
- From: Nikkilä Tommi
- RE: Deny directory listing on vsftpd anonymous upload
- References:
- Deny directory listing on vsftpd anonymous upload
- From: Nikkilä Tommi
- Re: Deny directory listing on vsftpd anonymous upload
- From: Gaddis, Jeremy L.
- RE: Deny directory listing on vsftpd anonymous upload
- From: Nikkilä Tommi
- Deny directory listing on vsftpd anonymous upload
- Prev by Date: RE: Deny directory listing on vsftpd anonymous upload
- Next by Date: RE: Deny directory listing on vsftpd anonymous upload
- Previous by thread: RE: Deny directory listing on vsftpd anonymous upload
- Next by thread: RE: Deny directory listing on vsftpd anonymous upload
- Index(es):
Relevant Pages
|