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.