[
  {
    "Id": "584188",
    "ThreadId": "250632",
    "Html": "\r\n<p>Hi,</p>\r\n<p>I am using dotnetzip library and as size of file is &gt;4GB ,i have made compress using zip64 extension ,but gzip is not able to decompress the file and getting below error.</p>\r\n<p>error: gzip: invalid compressed data- length error.</p>\r\n<p>Can anyone please recommend a way to overcome this problem, as client is using gzip for unzip ,we have to make modifications from our side(using dotnetzip)&nbsp;to support gzip.</p>\r\n<p>&nbsp;</p>\r\n<p>Thanks,</p>\r\n<p>Santosh.</p>\r\n",
    "PostedDate": "2011-03-21T23:06:23.373-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "586374",
    "ThreadId": "250632",
    "Html": "<p>I'm not quite clear on the problem, but...let me take a guess as to the cause of your confusion. &nbsp;</p>\r\n<p>you are thinking that gzip (the application) can unpack zip files.&nbsp;&nbsp;This is not true. &nbsp;If you are trying to unpack a .zip file with the gzip utility, it won't work.&nbsp;</p>\r\n<p>you need a zip utility to unpack .zip files.&nbsp; the gzip format is not the same as the zip format. The gzip tool normally unpacks .gz files. These are structured differently than .zip files.</p>\r\n<p>&nbsp;</p>\r\n<p>&nbsp;</p>",
    "PostedDate": "2011-03-25T05:44:05.597-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]