当你从 C 开始将 A 复制到 B 时会发生什么?

What happens when you copy something A to B initiated from C?

所以我在计算机 C 上。我将网络驱动器映射到 2 台不同的计算机,如 A 和 B。我开始从 A 复制到 B。C 做什么?它是否将文件复制到本地,将块写入内存或其他内容?我对 Windows 服务器对此的行为很感兴趣。

这有帮助吗?

If you are using Windows Explorer on desktop A to transfer files from server B to server C, then yes the files are traveling from B to A to C.

The easiest way to bypass this method is to use a Remote Desktop Connection to server B and then copy to Server C.

There are other alternative methods, such as using telnet, ssh, scripts, and 3rd party programs that allow you to bypass the middleman.

来源:http://www.howtogeek.com/149277/is-my-local-computer-an-intermediary-when-i-transfer-files-between-remote-servers/