我想通过 PSExec 将文件从本地机器复制到远程机器。
但我得到了错误
psexec64.exe \\remote_ip -i -h -u admin -p pass11 cmd /c xcopy /c "C:\Folder" "\\remote_ip\c$\Folder"
PsExec v2.43 - Execute processes remotely
Copyright (C) 2001-2023 Mark Russinovich
Sysinternals - www.sysinternals.com
Invalid path
0 File(s) copied
cmd exited on remote_ip with error code 4.
知道这是为什么吗?