I use Ionic.Zip to zip and unzip my data. But I find that Ionic.Zip is not capable of handling large file sizes (> 3GB).
So is there any third party tool that we can use to replace Ionic.Zip?
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.
If you can use .NET Framework 4.5+, ZipArchive is now part of the BCL, as described by the "What's New in the .NET 4.5 Base Class Library" article.
Also, IMHO the 'de facto' third-party library for this is SharpZipLib from the SharpDevelop team.
It can actually handle larger files.
For that you need to use property:
UseZip64WhenSaving = Zip64Option.Always
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With