I installed vsftpd to my Ubuntu 14.04 by following this tutorial. I can access FTP using Notepad++, creating directory/file but after edited file I’m getting “Failure retrieving contents of directory /html/wp-content/themes/themename” error.
What is the problem and how can I fix it?
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!
This is most likely an issue with the permissions on the files you are trying to work with. Being under your web root these files (for wordpress to function properly) should be owned by www-data which is also a member of the www-data group. I check to make sure this is the case connecting via ssh and running a ls -lh on the directory. You can then add your FTP user to the www-data group which should allow it to properly read/write the files there.
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.