Copying File across Wan

  • Thread starter Thread starter Bob_M
  • Start date Start date
B

Bob_M

Hi All,

Ay I have two servers (Server A and Server B) on the other side of a WAN
link. If I copy a file contained on Server A to Server B does the contents
get transmitted across the WAN or is the command smart enough to copy
directly from server A to server B.

Thanks

Bob
 
From a workstation, if you have two mapped drives (one to server A and one
to server B) and try to copy the files from one share to another data will
cross the WAN both ways.

--
Daniel Chang, MCSE
Server Setup Group

Search our Knowledge Base at http://support.microsoft.com/directory
Visit the Windows 2000 Homepage at
http://www.microsoft.com/windows2000/default.asp

See the Windows NT Homepage at http://www.microsoft.com/ntserver/

This posting is provided "AS IS" with no warranties and confers no rights,
implied or otherwise.

NOTE: Please reply to the newsgroup and not directly to me. This allows
others to add to and benefit from these threads and also helps to ensure a
more timely response. Thank you!
 
try to copy the files from one share to another data will
cross the WAN both ways.<

That is my exact situation. Is there anyway around this.

thanks

Bob
 
Use Terminal Services in Admin Mode to remote control the one server and
copy the files to the other.

There are command-line options available too - enable the Telnet server on
the servers or look at PSExec from Sysinternals.
 
Back
Top