I want to do something like
scp JoeBloe@WindowsHost:c:\Some Folder\foo.txt c:\temp
I know this is a matter of getting the quoting right both in the local shell and ensuring the remote host also received the right quoting (so double quoting will probably be required). I have tried various combinations of quoting but I just get "File does not exist" or it just pauses for while but does nothing. I have not problem with paths without spaces so its not a permission problem.
Note this is not the same as question the question that was identified as a possible duplicate. That question was for the case when there is a space in the target path and where the source OS is UNIX. In this case it is the source path and where both the client and source OS are widows. Also, I am using OpenSSH not pscp.