I deal with this problem almost every other week.  Sometimes up to 30 times 
a week (large graphics files)

I have a 100% solution (so far on my side)

Robocopy from the NT resource kit.

robocopy c:\source\files\  o:\mapped\drive\  /V /E /Z /R:50 /W:5

/v = verbose logging
/e = all sub-directories even if empty
/z = RESTARTABLE MODE   restarts the download if there are problems
/r:x  = retry x number of times  (default is 1million if not specified)
/w:y = wait y seconds between retries (default is 30 seconds)

At the end it gives a nice little report as follows: (view in Courier font)

         Total    Copied   Skipped  Mismatch    FAILED    Extras
      Dirs :      1119       537       582         0         0        0
     Files :     21352      6051     15254         0        47         4
     Bytes :   1.139 g  346.98 m  666.13 m         0  153.28 m        95
     Times :   1:40:25   0:04:45                       1:34:00   0:01:39

     Speed :             1276385 bps.
     Speed :              73.035 mb/min.

     Ended : Wed Feb 07 20:22:05 2001

At 00:00 1/31/02, you wrote:
>Subject: Large File copy over network
>From:
>Date: Wed, 30 Jan 2002 13:10:58 -0500
>X-Message-Number: 1
>
>when I try to copy large size files (1 GB and up, eg .pst
>files and other folders) from Win2000 Prof machine to my Snap Server (Win2k
>Server) on
>network, after some progress of data copy, it throws me with the following
>error:
>         Cannot copy <filename>: The specified network name is no longer
>available.
>When I open Windows explorer I can browse into the network drive of my snap
>server, wheras when I try to copy large filesizes it fails. Small file sizes
>it copies. Is there some fine tweaking of some settings I can try on my
>Windows2000prof so that the network name remains available for a longer time
>before it times out? Request help solving this mystery!!!
>
>Thanks
>Kishore


------
You are subscribed as [email protected]
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to