Copy data from a remote Linux box to my Windows desktop
- by Sanjay Rao
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