haf / DotNetZip.Semverd

Please use System.IO.Compression! A fork of the DotNetZip project without signing with a solution that compiles cleanly. This project aims to follow semver to avoid versioning conflicts. DotNetZip is a FAST, FREE class library and toolset for manipulating zip files. Use VB, C# or any .NET language to easily create, extract, or update zip files.
Other
545 stars 218 forks source link

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

Open billpg opened 3 years ago

billpg commented 3 years ago

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."

sylvainb31 commented 2 years ago

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

Thanks a lot ! :)

billpg commented 2 years ago

Alas, no.