Report this

What is the reason for this report?

FTP error.

Posted on November 12, 2013

I am experimenting with setting up an FTP account so that hosting clients can log in to upload files to their site. I have installed VSFTP, created a group and user and assigned the user’s home directory to /home/name. When I try to FTP into the account using the username and password I get the following error:

Error -203: miscellaneous error occurred while trying to login to the host

Is this a problem with the VSFTP setup or with the why the user is set up in Apache? I changed the users home directory that I want them to have FTP access to using this command:

usermod -d /home/name username

Thanks!



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.

Have you considered SFTP? It’s pretty straight forward and A LOT more secure, than FTP. Check out <a href=“https://digitalocean.com/community/articles/how-to-use-filezilla-to-transfer-and-manage-files-securely-on-your-vps”>How To Use Filezilla to Transfer and Manage Files Securely on your VPS</a> and/or <a href=“https://digitalocean.com/community/articles/how-to-use-sftp-to-securely-transfer-files-with-a-remote-server”>How To Use SFTP to Securely Transfer Files with a Remote Server</a>.

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.