I cant login on any FTP program at all. I tried FileZilla and it gives me the error that its my password. But i’ve changed my password more than twice and it STILL work.
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 comment has been deleted
You have multiple ways to do it. FTP is one of them, but not a recommended one. It’s not so secure, so better options would be SFTP (Secure FTP) or SCP (Secure Copy).
How To Use SFTP to Securely Transfer Files with a Remote Server will cover you if you use Linux and want to use SFTP.
If you use Windows, or just want to use Filezilla - How To Use Filezilla to Transfer and Manage Files Securely on your VPS will cover you. Anyways, I recommend you to read this one even if you are not using Filezilla. It explains difference between FTP, SFTP and SCP which can help you.
In case you want to go with SCP, on Linux you can use scp command.
Basic syntax is:
Upload to server:
- scp -r /location-of-file-on-local/ server-user@droplet-ip:/remote-path/
Download from server:
- scp -r server-user@droplet-ip:/remote-path/ /location-of-file-on-local/
On Windows, I found WinSCP to be best for it. You can manage files with it and it’s intuitive to use.
If you have more questions, feel free to ask. :)
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.