My server is running a Lemp stack with ubuntu 18.04, following different tutorials, I created a new user, gave it root permissions and disable root login. I’m trying to edit some files in /var/www/mywpsite.com/ which was working as root but isn’t working as my user.
I tried to : chown -R myusername /www/ and chmod -R 775 /var/www/ but FileZilla still gives me that error: Status: Starting download of /var/www/mywpsite.com/wp-content/themes/mytheme-child/header.php Command: cd “/var/www/mywpsite.com/wp-content/themes/understrap-child” Response: New directory is: “/var/www/mysite.com/wp-content/themes/mytheme-child” Command: get “header.php” “/header.php” Error: local: unable to open /header.php Error: Critical file transfer error
When ls -l in /var/www I got
drwxrwxr-x 5 username www-data 4096 Oct 14 23:34 mywpsite.com
What should I do to be able to open the files with Filezilla modify them locally and re-upload them on the server? Thank you.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
FileZilla is a transfer tool, not an editor. However fileZilla client can be used to edit files, but does not technically have an editor, so it will use notepad or wordpad.
After connecting to the server through FTP / SFTP, right click on the file you wish to edit, from the “remote site” window, select view/edit.
This tutorial will help you as reference document : https://www.digitalocean.com/community/tutorials/how-to-use-filezilla-to-transfer-and-manage-files-securely-on-your-vps#editing-text-files