Monday, October 29, 2012

How to copy large file across the network on windows environment?



Scenerio:
1.       Sample 10 GB dummy file was created on the Jump Server (*****001)

Cmd:  Fsutil file createnew bigfile.out 10737418240

10 GB =  10*1024*1024*1024 bytes

Note: CMD should be run with administrator’s credentials.

2.       Go to Destination server (*******03)

>robocopy C:\bigfile \\******.59\soumen bigfile.out








No comments:

Post a Comment