このコマンドを使用して、ユーザー「fred」でウィンドウからLinuxにファイルをコピーしましたが、成功しました
pscp c:\temp\example-hosts.txt fred@10.53.x.x:/etc/hosts
ただし、ユーザー名が domain\fred などのドメイン ユーザーの場合。エラーが発生しました: More than remote source not supported
pscp c:\temp\example-hosts.txt domain\fred@10.53.x.x:/etc/hosts
これを修正する方法を知っていますか?