LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   vsftpd + enableing users to upload files (https://www.linuxquestions.org/questions/linux-server-73/vsftpd-enableing-users-to-upload-files-564589/)

aeby 06-26-2007 08:59 AM

vsftpd + enableing users to upload files
 
Hi
can anyone please tell me how to enable ftp so that local users can upload files, i know about the anonymous users but
i dont know how to enable local users to upload files.


Regards,

lord-fu 06-26-2007 01:14 PM

Hard to tell without your configuration file posted, but something like
local_enable=YES
write_enable=YES
local_umask=000
Should help.

Basslord1124 06-26-2007 01:48 PM

Might want to consider creating user accounts on the server too.


All times are GMT -5. The time now is 07:52 PM.