Hi, I having a problem connect via FTP, Error said
Status: Connecting to 178.128.101.122 178.128.101.122… Response: fzSftp started, protocol_version=9 Command: open “root@178.128.101.122 178.128.101.122” 22 Error: Could not connect to server
I have been able to connect before. but now I cant. Please help. Thank you.
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hi @tor9togethers,
You’ll need to make sure you have your IP whitelisted on your droplet and your port opened.
To do so, SSH to your droplet
Then once you are in, open port to 21(FTP)
The above will allow the port for everyone. If you want to allow it only for your IP, run the following
Please remember to change XXX.XXX.XXX.XXX with your actual IP address.
Additionally, you might want to allow traffic to your droplet for every port from your IP address, you can achieve this by running the following commands
Again, please remember to change XXX.XXX.XXX.XXX to the actual IP address.
Regards, KDSys