VSFTPD Uploads
In desperate need of help in getting Uploads to work on an anonymous FTP server using vsftpd....
downloads work great, but uploads to /var/ftp/pub/incoming get an access denied message. The folder I created "incoming" is 777 and even changed owner:group from root to ftp. I have scoured the web for answers with no luck....here's my vsftd conf file entries (extraneous comments etc. removed)....
>>>>
local_enable=YES
write_enable=YES
local_umask=022
anon_umask=077
anon_upload_enable=YES
anon_mkdir_write_enable=YES
anon_other_write_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
xferlog_std_format=YES
ascii_upload_enable=YES
ls_recurse_enable=YES
pam_service_name=vsftpd
listen=YES
<<<<
it's messy, but just want to get Uploads working for anonymous...
Thanks!
Last edited by das9570; 01-16-2005 at 03:41 PM.
|