2
3
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
Please refer answer from here: How to transfer files from Linux to Windows machine and vice versa Hope it helps!!!
– SH' – 2017-06-12T07:00:53.3901
This is not a programming question, and is off topic for StackOverflow. The FAQ has more information about the types of questions that should be asked here. Voting to close as off topic and migrate to a more suitable site.
– Ken White – 2012-10-08T03:06:47.933