Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
ASM
Hi All,

I am using robocopy command from the command prompt to Copy data over the network. I need to Tranfer Over 2 GB of Data . How I can achive it using robocopy/any other solution in such a way that the Data Transfer Should will take less time.

Regards,
Ayush Jain
Posted

1 solution

I don't know what kind of data you are moving, but one obvious idea is to pack it well on sending side and unpack on receiving side. In addition to apparent reduce on the total volume, there is one more important factor: you may have too many of too small files, each one sent separately, with possibly huge overhead. It's always better to send bigger files.

—SA
 
Share this answer
 
Comments
CPallini 18-Nov-13 3:34am    
5.
Joezer BH 18-Nov-13 5:40am    
With your 5: 700,000!
Sergey Alexandrovich Kryukov 18-Nov-13 12:12pm    
Thank you!
—SA
Sergey Alexandrovich Kryukov 18-Nov-13 12:12pm    
Thank you, Carlo.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900