On Sun, 16 Dec 2007 11:38:44 -0600 [EMAIL PROTECTED] wrote: > David Relson <[EMAIL PROTECTED]> writes: > > > Logging in as anonymous ... > > Login incorrect. > > Is vsftpd setup for `anonymous' > > >From vsftpd.conf > Logging in as anonymous ... > # Allow anonymous FTP? (Beware - allowed by default if you > # comment this out). > anonymous_enable=NO <= > > I don't allow anonymous as you see but maybe that line is set to `NO' > in your vsftpd.conf?
"anonymous_enable=YES" is set. Below are the non-comment lines in vsftpd.conf (as reported by "grep -v ^# /etc/vsftpd/vsftpd.conf": anonymous_enable=YES anon_upload_enable=YES dirmessage_enable=YES xferlog_enable=YES connect_from_port_20=YES chown_uploads=NO ascii_upload_enable=NO ascii_download_enable=NO ls_recurse_enable=NO file_open_mode=0666 local_umask=0022 -- [EMAIL PROTECTED] mailing list

