Lethality Tux's lil' helper
Joined: 28 Mar 2006 Posts: 118
|
Posted: Sat Apr 23, 2011 4:05 pm Post subject: vsftpd, anonymous downloading & passworded write |
|
|
I followed the guide at http://wjholden.com/vsftpd-help.html to set up "5) Configuration for anonymous downloading, passworded uploading". For some reason it doesn't work. WinSCP always asks for a password "ease specify the password" (funny typo ) and when trying to access ftp from a browser it keeps loading forever.
My config:
Code: |
anonymous_enable=YES
local_enable=YES
write_enable=YES
anon_upload_enable=NO
anon_mkdir_write_enable=NO
dirmessage_enable=YES
chown_uploads=NO
xferlog_enable=YES
idle_session_timeout=600
data_connection_timeout=120
ascii_upload_enable=NO
ascii_download_enable=NO
ftpd_banner=Your Banner Goes Here
chroot_list_enable=NO
chroot_local_user=YES
nopriv_user=ftp
chroot_list_file=/etc/vsftpd/vsftpd.chroot_list
background=YES
listen=YES
listen_port=5532
ls_recurse_enable=NO
pam_service_name=vsftpd
|
my vsftpd.chroot_list is empty.
Did I miss something or is the config deprecated for use with recent versions of vsftpd? |
|