By deek880
I have a droplet, and I have a registered domain name that I transferred the DNS to digital ocean. All that appears to by okay.
I can log in to digitalocean, and I can log into my Ubuntu control panel using root as a username and a separately created password.
I’ve installed the proftpd file transfer program and reset the conf file using my registered domain name uncommented the default user according to instructions.
Now when I open a browser and for to ftp://mydomainname.com I get a login screen from the proftpd program. I’ve tried entering my digitalocean password and my Ubuntu username “root” and password but the proftpd login screen is telling my that my authentication has failed.
What do I need to do, please.
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!
Hi!
FTP is an inherently insecure protocol. By default, unless FTPS is implemented, all credentials are sent in plaintext over an unencrypted connection. As a result of that, almost all FTP servers block root access entirely.
I would recommend uninstall ProFTPD and connecting via SFTP, which is a completely separate file transfer protocol, that relies on SSH for authentication and encryption. You should be able to do that simply by setting your client to use SFTP and connect to port 22 and using your SSH credentials to authenticate. Here’s a tutorial on using FileZilla to transfer files via SFTP.
Alternatively, you can set up a non-root user and use it to log in via FTP. I strongly recommend against doing that.
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.