

This solved the issue, and using the -load sessname option has worked for every file and directory I've tried to transfer so far, whether I use the format, or the format for the source machine. Source is the path to the file on server, and target is path to where you want to save the file on your client. You can use it from command line: pscp userhost:source target Where user and host refer to the server you are connecting to. I was able to get the file to transfer with no problem by using the provided by pscp called -load sessname where sessname is the name of a saved session. 4 Answers Sorted by: 2 PuTTY should come with scp client pscp. I received multiple errors, including Local to Local copy not supported, Host does not exist, etc.
#Putty download copy directory windows 10
I mounted the HDD correctly and could navigate the files, but when trying to transfer from Ubuntu to Windows 10 using: I connected the HDD to my Ubuntu desktop as my only current Windows machine is a laptop, and I didn't want to have to get a SATA to USB adapter. After hitting Enter, type or paste in the password when it prompts you. I had an old Windows netbook that I disassembled for parts. In the command prompt, execute the following command to copy a local file called demo-file.zip into the /root/ directory of a remote server with IP address of 45.32.218.126. I was having the same problem, I added the pscp.exe directory as a PATH variable for the session in cmd.exe: Pscp.exe -pw MyPassword C:\download\\ files Pscp.exe -pw MyPassword C:\"download files" I have tried all of the following and nothing works: pscp.exe -pw MyPassword "C:\download files" But how can I do it? I have tried all kinds of things like putting it in quotes and escaping the space. I realize that is because PSCP inteprets the space as another target. I get the following error: More than one remote source not supported. For example, the following works fine: (NOTE: the IP address and password have been changed for this example) pscp.exe -pw MyPassword C:\downloadīut when I change it to this: pscp.exe -pw MyPassword C:\download files The problem only happens when the target folder on the Windows machine has a space in it.

I am having a problem using PSCP in a C# program to copy a file from a Unix machine to a Windows machine.
