Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这受到启发,Does File.Copy() from a network share to another share on another share copy the file over the network?
在 .NET 中,客户端是否可以让服务器将服务器文件复制到同一服务器上的不同位置,而无需通过客户端往返文件?
是否有对这种操作的内置支持,如果没有,你将如何启用这样的东西?
假设它不存在,我会通过在远程机器上安装新软件来启用它。远程机器上的软件会进行复制,我会(通过网络)与这台机器上的软件通信。我希望我希望远程机器上的软件作为服务运行。
可能已经有内置软件支持此功能(我不知道远程计算机上安装了什么):例如,您是否安装并运行了 IIS?例如,WebDAV 支持 COPY 命令。