LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Why cannot remote create directory in ftp server vsftpd (https://www.linuxquestions.org/questions/linux-server-73/why-cannot-remote-create-directory-in-ftp-server-vsftpd-755764/)

ychen184006 09-16-2009 07:42 PM

Why cannot remote create directory in ftp server vsftpd
 
Dear all,

I have a problem that my vsftpd cannot create directory. I can transfer and erase file but cannot transfer or create directory. I login as a normal user, but not anonymous user.

My system is Fodera 5. In the /etc/vsftpd/vsftpd.conf
I have set:
write_enable=yes
comment out local_umask

This does not work for create directory.

kbp 09-16-2009 10:23 PM

Hi,

It should work with just these settings:

Code:

anonymous_enable=NO
local_enable=YES
write_enable=YES

Have you set any of these ?

Code:

cmds_allowed
cmds_denied


cheers


All times are GMT -5. The time now is 09:00 PM.