scp from Linux to Windows
I am running a putty client on a Windows machine to connect successfully to a Linux box. Now I want to be able to copy a file from the Linux machine under the path /home/ubuntu/myfile to C:/Users/Anshul/Desktop on my local computer. The user at the Windows machine is anshul . I am giving the following command on putty but it is not working: scp /home/ubuntu/myfile ip_address_of_windows_machine:C:/Users/Anshul/Desktop I think the path for the Windows machine is wrong. Please help as I have banged my head on a large number of forums but none seem to give correct path for Windows server. Don't