When I transfer files between servers on my desktop is my computer an intermediary?

32

1

For example, on a Windows based system I have two windows explorer programs opened and in each explorer window I am viewing the contents of two server's files.

Now, if I were to transfer files between both servers by dragging files across my desktop from one into another are those files going directly to each other or is my PC being used as an intermediary and thereby slowing the transfer speed?

cyborgcommando0

Posted 2013-01-28T17:11:19.587

Reputation: 803

Answers

31

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.

Keltari

Posted 2013-01-28T17:11:19.587

Reputation: 57 019

2This is exactly what I do and why I do it that way. – Mark Allen – 2013-01-29T00:18:13.933

1If using command line on linux, one can ssh into B, then use scp to copy from B to C. – snapfractalpop – 2013-01-29T07:40:04.290

6

The answer is yes, the files are going via your desktop when transferring between 2 remote machines using explorer. You can always remote to one of the servers and move them directly from one to the other.

Simkill

Posted 2013-01-28T17:11:19.587

Reputation: 1 557

2

If both have FTP servers running, you can skip your desktop from the route using Flash FXP. It does exactly that. IF not enabled by default, it takes 2 clicks to enable the FXP mode on most FTP servers.

FTP is designed to take care of file transfers (File Transfert Protocol). Much more reliable & efficient than native OS copy / move.

Greg

Posted 2013-01-28T17:11:19.587

Reputation: 126