Vsftpd Response :550 Permission denied.

Hello,

After installing vsftpd you may receive error as

Response:550 Permission denied.


Thats because you havent enabled write permission in your vsftpd.conf file.

in Ubuntu edit ,
/etc/vsftpd.conf
file and make sure you have uncommented 
write_enable=YES
.

in CentOS/RHEL,
/etc/vsftpd.conf
file and make sure you have uncommented
write_enable=YES


Hope it helps.

Thank you.



Comments

Popular posts from this blog

grep: unknown device method

Uploading files to FTP/SFTP using CURL

How to find outgoing IP in Linux ?