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.
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.
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:Download from server:
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. :)
This comment has been deleted
Why are you using FTP instead of SFTP?