如何使用 xcopy 附加到远程计算机中的文件?
我正在使用 psexec 连接到远程 Windows 计算机,并使用 xcopy 复制一些文件并运行远程计算机中存在的批处理文件。但是,xcopy 会覆盖远程计算机中的文件内容。如何使用 xcopy 或类似的东西附加到远程 Windows 计算机中的文件?
或者是否可以使用 xcopy 或类似工具将文件从远程 Windows 计算机复制到本地?
注意:远程计算机是 Windows,并且不运行 ftp 或任何其他服务。
谢谢
诺赫西布
I am using psexec to connect to remote windows machine and xcopy to copy few files and run the batch files present in remote machine. However the xcopy overwrites the contents of the file in the remote machine. How to use xcopy or something similar to append to files in the remote windows machine?
Or is it possible to copy a file from remote windows machine to local using xcopy or similar?
Note : the remote machine is windows and not running either ftp or any other service.
Thanks
Nohsib
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看 Robocopy - http://ss64.com/nt/robocopy.html
它是Rsync 的 Windows 等效项。
Have a look at Robocopy - http://ss64.com/nt/robocopy.html
It is the Windows equivalent of Rsync.
您可以尝试 PowerShell 2.0 远程处理。应该可以满足您的大部分需求。
You could try PowerShell 2.0 remoting. Should fit most of your needs.