You can also use file transfer protocol but I am not sure it will support SSH.
You can connect your unix environment with winscp via cmd
for example:
1. go to directory where winscp located in cmd
2. type this command
winscp.exe sftp://user:pwd@host:port
3. now you are in secure sell environment from your cmd
4. you can transfer files back and forth.
Once you do this manually, it becomes easy to convert into a script via simple C functions like system, popen, chdir .
http://winscp.net/eng/docs/commandlineNote: There may be some security constrain but talk to system admin or developer about your approach.
On Monday, September 22, 2014 7:01:23 AM UTC-4, Mahesh wrote: