I am using sharp lib for zip and unzip. It works fine upto 4GB file so looking for some .net framework solution. I tried Gzipcompression in dotnet. That too fails to uncompress 4gb files.
Do you know any other zip library which handles large files.
Thanks
DotNetZip will handle ZIP64 archives (>4.2GB) correctly, in 100% managed code. It also (from my testing) has a dramatically better feature set and does a better job than the framework libraries for compression (ie: equal or better perf. with much smaller files – often about 1/3rd the size of the framework’s compression routines).