I am trying to determine the bandwidth usage of XCOPY when copying files between two remote servers.
I am on an XP workstation running a batch file (over a WLAN) which uses XCOPY to copy files from \\server1 to \\server2.
When this copy is run how much file data is actually going through the workstation? Is the workstation actually reading and copying all of files between servers or is the actually copying of the files being handled at the network layer between the servers themselves?
Does Robocopy work the same way?