By GuillaumeDO
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!
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.