I use this command to copy file from Window to Linux with user "fred", it is successful
pscp c:\temp\example-hosts.txt [email protected]:/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\[email protected]:/etc/hosts
Do you know how to fix this?