Hi,
I have some routines which copy large amounts of files to various servers around the office. An example would be 200 files at 8 to 15 MB each to \\server1\m\
Currently I just use FileCopy however I have seen numerous recommendations that copying files over a network is more efficient using a FileStream.
Can anyone verify this?
I have some routines which copy large amounts of files to various servers around the office. An example would be 200 files at 8 to 15 MB each to \\server1\m\
Currently I just use FileCopy however I have seen numerous recommendations that copying files over a network is more efficient using a FileStream.
Can anyone verify this?