LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   anonymous folder writing with vsftpd (https://www.linuxquestions.org/questions/linux-networking-3/anonymous-folder-writing-with-vsftpd-366855/)

thomas.jt 09-25-2005 08:17 AM

anonymous folder writing with vsftpd
 
Hey there,

I'm trying to set up vsftpd to serve out to windows boxed from an FC4 install. I have a scratch directory (permissions 777) inside /var/ftp/pub called scratch, and from within windows I can make a new folder inside it. However, I cannot change the folders name or delete it. when I do I get the 550: access denied error. I am wondering how to make it so that annoymous users can change files once they are ON the ftp server - not just upload them.

Any help hugely appreciated.

Cheers.

chrisfirestar 09-26-2005 01:13 AM

check what the access of these newly created folders are. they may not be taking the 777 ownership.

thomas.jt 09-26-2005 08:09 AM

The folders are being created with 777 permisions - I've set the anon_umask setting to that in desperation to see if it helps.

What use should the folders made by anonymous be owned by? Atm they are owned by ftp when created.

theMVP 10-31-2005 08:18 PM

try adding the following lines in your vsftp.conf

anonymous_enable=YES
write_enable=YES
anon_upload_enable=YES
anon_mkdir_write_enable=YES
anon_other_write_enable=YES


All times are GMT -5. The time now is 08:45 AM.