Beh*_*ang 10 windows upload file-transfer
就像是
cp \\target_machine local_file.txt c:\dest_file.txt
Run Code Online (Sandbox Code Playgroud)
Ash*_*Ash 12
假设你有适当的权限,你可以这样做:
copy local_file.txt \\target_machine\c$\dest_file.txt
Run Code Online (Sandbox Code Playgroud)
使用“c$”来引用远程机器上的 C 盘。