https://www.pks.mpg.de/~mueller/docs/suse10.2/html/opensuse-manual_en/manual/sec.filetrans.copy.html
Example using cygwin and scp :
//===The following command will copy 20171031_mule_3.4.1_1.tar file from stg-loginjpe1101z.stg.jp.local to local computer
scp ts-islammdsh01@stg-loginjpe1101z.stg.jp.local:/home/ts-islammdsh01/20171031_mule_3.4.1_1.tar /cygdrive/c/Projects
//==The following command will copy 2test_copy_sharif.txt file from local computer to stg-loginjpe1101z.stg.jp.local
scp /cygdrive/c/Projects/test_copy_sharif.txt ts-islammdsh01@stg-loginjpe1101z.stg.jp.local:/home/ts-islammdsh01