DotNetZip.Semverd icon indicating copy to clipboard operation
DotNetZip.Semverd copied to clipboard

Is there a way to read split/spanned ZIP files?

Open billpg opened this issue 4 years ago • 2 comments

I have four files of a single ZIP archive, but split into .001 to .004 files, each file a little over 4GB. (18GB in total.)

Various ZIP applications open the archive, but I can't work out how to open it with this library. I'd need a Read function that will accept multiple path strings or at least allow a wildcard.

All I can find is the old documentation at https://archive.codeplex.com/?p=dotnetzip which enigmatically says "Can the library read or create "Split" zip files? Yes. This was added in v1.9."

billpg avatar Jan 12 '21 17:01 billpg

Hey ! Did you manage to read your splitted archive ? Could you share your solution if you did ?

Thanks a lot ! :)

sylvainb31 avatar Feb 03 '22 14:02 sylvainb31

Alas, no.

billpg avatar Feb 03 '22 19:02 billpg