vsftpd put “553 Could not create file” solution
Posted on May 27th, 2008 by hengdu
I set up a new FTP server by using vsftpd. I observed that I could get file but failed to upload file. After investigation, I found out there are three points I should concern about.
First, write_enable=YES in /etc/vsftpd/vsftpd.conf
Second, system-config-firewall to enable command port 21 and data port 20.
Last, system-config-selinux to set Boolean ftp_home_dir to 1
After service vsftpd restart, I can get and put file in my home directory.
Discussion Area - Leave a Comment