First time here? Checkout the FAQ!
x
+1 vote
308 views
asked in Web Development by (240 points)  
I've created a server on Digital Ocean, and employed uWSGI + NGINX to run a Flask application on the Ubuntu server. I need to copy some files from my computer to the server, yet typical methods such as using PuTTY tools (pscp) didn't seem to work properly!

Your advice is highly appreciated.
  

1 Answer

+1 vote
answered by (115k points)  
If you are using Windows, you can use Winscp, and if you are using Mac, CyberDuck is a software you can transfer files to a Linux server for free.
commented by (240 points)  
Much appreciated. WinSCP worked perfectly!
...