If you get a 550 error, stating that the file can't be overwrited, and the permission are denied, then you have to go in proftpd.conf and mofidy the ftp web server configuration,
sudo nano /etc/proftpd/proftpd.conf
By adding :
AllowOverwrite on
Between
< VirtualHost>
And
< /VirtualHost>
Then modify the ownership of /var/www
chown -R UserName /var/www
Note: Commissions may be earned from the links above.
This page contains references to products from one or more of our advertisers. We may receive compensation when you click on links to those products. For an explanation of our advertising policy, please visit this page.