vsftpd - Cannot upload files to the server. Error 553 [closed]
I have installed and configured vsftpd on EC2. Reading & Writing was working until I restarted the server. I checked the usual suspects chmod -R 777 /home/data_feed , chown -R datafeed:ftpuser /home/data_feed . But still can't write to the server. The only thing I get is a cryptic 553 error ftp> put ~/Downloads/test.jpg local: /Users/ram/Downloads/test.jpg remote: /Users/ram/Downloads/test.jpg 229 Entering Extended Passive Mode (|||12011|). 553 Could not create file. Here is the conf file ubuntu@******:~$ cat /etc/vsftpd.conf | grep -v ^# listen=YES anonymous_enable=NO local_enable=YES write