c# - Is there a way to improve copy of folder structure to a network location -


if copying many folders files inside can better create zip/rar folder , files, copy network path , unzip it. works faster copy paste

is there way programatically , embed windows can try detect way faster , use 1 (normal way or "compress on fly") improve speed

"compression on fly" waste unless there on other end can perform decompress or if compressed state acceptable. said:

yes, can write app zips/rars files.

yes, can have app copy zip/rar network directory.

yes, can have app on other end wait file , unzip locally...

can have detect "which way faster"?? although possible unlikely of benefit other large files... @ point should zip/rar , transfer...which make entire exercise rather pointless. of course, should evaluate data transferred using app see if candidate compression. video, example, might not be...

more point here, each end have have application aware of each other (or @ least protocols involved). 1 app (we'll call client) zip , post file app (we'll call 1 server). when server receives file unzip , store on file system.

update
thought of situation zipping: transferring lots of little files @ 1 time. normal network file copy routines go faster single large file vs lots of little files. so, if selecting few hundred files go @ once might better off zipping. which, incidentally, doesn't change requirement of having on other side able decompress it.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -