Copy data from a remote Linux box to my Windows desktop

Posted by Sanjay Rao on Super User See other posts from Super User or by Sanjay Rao
Published on 2012-10-08T02:26:15Z Indexed on 2012/10/08 9:39 UTC
Read the original article Hit count: 221

Filed under:
|
|
|
|

I use Putty to login to the remote server and then set the environment and change the path to a particular directory. Now from this dir, I need to copy a folder to my desktop which is Windows?

How can I achieve this ?

Some of my failed attempts are as follows

scp -r remote_foldername srao@my_ipaddress:C:\srao\Users\Desktop

So from the remote server which is to be copied through putty, to my_username_in_windows@ip_address:path to destination

© Super User or respective owner

Related posts about Windows

Related posts about linux