DotNetZip, open source ZIP library for .NET applications, revs to v1.3
I have updated DotNetZip, the open source Zip Library for .NET, to v1.3.
[Update, 3 January 2009: DotNetZip is now at v1.7 . It includes Unicode, ZIP64, and runs on the Compact Framework. ]
Find it at https://www.codeplex.com/DotNetZip .
Some of the key fixes new features include: ability to read and write zips via streams, better interop with Java+Linux, better support for ASPNET (temporary file folder), support for comments in the zipfile and on each zip entry, support for overwrite. There are a bunch of other fixes too.
If you want some background on the Zip Library, check out my prior posts on this topic. Just for your information, DotNetZip is licensed under the Microsoft Permissive Public License, which basically means you can use it free of charge, for any purpose, but there's no warranty. Check the full terms of the license on the CodePlex site.
As always if you have questions on usage, check the CodePlex forums.
Cheers!
Comments
Anonymous
February 05, 2008
ASP.NET Improving the Sort Arrows GridView Control [Via: 4 Guys from Rolla ] WPF How Do I Wrap Text...Anonymous
August 04, 2009
Where can i download the full source code of the DotNetZip library written with Visual C# 2008 not 2010 ? found at codeplex.com. If i got it. Can I modify the library source. I realy need it. thanksAnonymous
August 08, 2009
yes, you can download DotNetZip at http://dotnetzip.codeplex.com, and you can modify the source.