Report this

What is the reason for this report?

How to edit file through SFTP with Filezila

Posted on November 10, 2019

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.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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.

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.