Report this

What is the reason for this report?

Installing FTP - do not know if installed correctly

Posted on January 27, 2015

Hello Guys,

I created my first server: 512MB Ram 20GB SSD Disk New York 3 Ubuntu 4.14 x64

Installed LAMP, all 100% http://104.236.249.43/info.php

I can not install the FTP even managed to install proftpd but nothing work …

1 - The: proftpd is the best or the most? if not what would be?

How do I know if everything is set up perfectly?

in the file:

/ etc / passwd

there at the end I have:

userftpd: x: 1000: 1000 :: / home / FTP-shared: / bin / false

Where am missing?



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.

Skip FTP, and stick with SFTP. There’s no packages to install and it works over SSH, which is a secure line between you and your server. Works the same way, just use port 22.

Set up a user with read and write access to your web directory (Usually /var/www) and login using FileZilla or your preferred FTP client with the username and password you set.

You can allow root to be used for SSH and SFTP access, not recommended, but some people do it. Here’s an article on how to do that:

http://askubuntu.com/questions/469143/how-to-enable-ssh-root-access-on-ubuntu-14-04

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.