Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
Hi there,
Here are some troubleshooting steps to help you diagnose and potentially resolve the issue:
Update Filezilla and server software: Ensure you’re using the latest version of Filezilla and that your Ubuntu servers are up-to-date with the latest patches.
Increase timeout settings: In Filezilla, go to Edit > Settings > Connection > Timeout, and try increasing the timeout value to a higher number, such as 60 or 120 seconds.
Check server logs: Examine the SSH and system logs on your Ubuntu servers for any relevant information or error messages related to the SFTP connections. The logs can be found at /var/log/auth.log and /var/log/syslog.
Test with another SFTP client: Try using another SFTP client, such as WinSCP, to see if the issue is specific to Filezilla or a more general problem.
Limit concurrent connections: In Filezilla, go to Edit > Settings > Transfers > Concurrent transfers, and try reducing the maximum number of concurrent transfers to a lower number, such as 1 or 2.
Check firewall settings: Ensure that there are no firewall settings on your server or client-side that could be blocking or throttling SFTP connections. On Ubuntu, you can check the ‘ufw’ status with sudo ufw status and the ‘iptables’ rules with sudo iptables -L.
Restart SSH service: Restart the SSH service on your Ubuntu server by running sudo systemctl restart ssh.
If you still face issues after trying these steps, also make sure to check out the status page here for any ongoing problems:
https://status.digitalocean.com/
Best,
Bobby