LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   vsftp anonymous read access (https://www.linuxquestions.org/questions/linux-software-2/vsftp-anonymous-read-access-83612/)

kwilliams0 08-19-2003 04:42 PM

vsftp anonymous read access
 
I hope someone can help me! I am running vsftp on redhat 8.0. For the program I am running, I need to allow anonymous access for uploading files. I've done this without a hitch. I also need to allow users to download the files that have been uploaded anonymously. Whenever a file is uploaded it gets set to -rw---- (600) (owner and group is ftp user). How do I go about configuring the files to be set as -rw-r--r--? (644) when uploaded? THe directory is set at 777.

Thanks in advance!

Looking_Lost 08-19-2003 04:44 PM

Try

anon_umask=077

kwilliams0 08-19-2003 04:57 PM

thanks bang... you put me on the right track. I had to set anon_umask=033 (which allowed read access to the files). Never would of figured it out without the help!


All times are GMT -5. The time now is 10:27 PM.