I use this command to copy file from Window to Linux with user "fred", it is successful
pscp c:\temp\example-hosts.txt fred@10.53.x.x:/etc/hosts
But if my user name is domain user, such as: domain\fred. I got the error: More than remote source not supported
pscp c:\temp\example-hosts.txt domain\fred@10.53.x.x:/etc/hosts
Do you know how to fix this?