如何使用 xcopy 附加到远程计算机中的文件?

发布于 2024-11-27 06:46:17 字数 262 浏览 2 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

翻身的咸鱼 2024-12-04 06:46:17

看看 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.

舂唻埖巳落 2024-12-04 06:46:17

您可以尝试 PowerShell 2.0 远程处理。应该可以满足您的大部分需求。

You could try PowerShell 2.0 remoting. Should fit most of your needs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文