I am downloading a zip file using c# program and I get the error
at System.IO.Compression.ZipArchive.ReadEndOfCentralDirectory() at System.IO.Compression
I used SharpCompress C#.net Library available via Nuget Package manager, it solved my purpose of unzipping.