[
  {
    "Id": "663014",
    "ThreadId": "270308",
    "Html": "\r\n<p>Hi,</p>\r\n<p>&nbsp; I have files located at some urls.I have to zip these files and download the zipped the file in client's location.How can i do that with DotNetZip Library.</p>\r\n<p>DitNetZip Library is not accepting URLs.Can you suggest me what should we do.</p>\r\n<p>&nbsp;</p>\r\n<p>Thanks n Regards,</p>\r\n<p>S.Sireesha</p>\r\n<p>&nbsp;</p>\r\n",
    "PostedDate": "2011-08-24T21:04:39.003-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "663254",
    "ThreadId": "270308",
    "Html": "<p>I think you are asking about ZipFile.AddEntry().&nbsp; You didn't say so;&nbsp; I'm guessing here.</p>\r\n<p>DotNetZip accepts streams as sources for the data for an entry in the zip archive.</p>\r\n<p>My suggestion is to open a stream that reads from the URL., and pass that stream to ZipFile.AddEntry().&nbsp;</p>\r\n<p>If I guessed wrong, and you're asking about something else, you'll need to be more specific.</p>\r\n<p>good luck.</p>",
    "PostedDate": "2011-08-25T07:24:55.093-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]