Downloading a file using Windows CMD line with curl/wget
If you want to retrieve a file stored on another server, you will prefer to use a tool like SCP which can get files throught SSH. Curl is commonly used for Web requests.
The syntax for SCP is scp myuser@src_server:/home/abc/distantfile.zip ./localfile.zip
Graphicly, you can use WinSCP