Report this

What is the reason for this report?

Failure retrieving contents of directory (vsftpd question)

Posted on January 15, 2015

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!

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.

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.

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.