Papanikles / rutorrent

Automatically exported from code.google.com/p/rutorrent
0 stars 0 forks source link

feature request in plugin "data": download all data files of a torrent as ZIP archive #484

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
My implementation is attached

Original issue reported on code.google.com by riighteous on 10 Oct 2010 at 8:00

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by novik65 on 2 Nov 2011 at 12:40

GoogleCodeExporter commented 8 years ago
It would also be nice if that ZIP supported HTTP file resuming.  I think it 
would involve looking at the If-Range, If-Unmodified-Since, and If-Match 
headers from the client, and then sending back a Partial Request with a Range 
header.  If that were the case, the ZIP would have to be semi-permanent (as 
ZIPs have randomization data in there).

I don't even know if browsers support sending these kind of headers, but it 
might be worth a test.

Original comment by Appar...@gmail.com on 12 Dec 2011 at 1:53

GoogleCodeExporter commented 8 years ago
>It would also be nice if that ZIP supported HTTP file resuming.

This must be done with one exclusion - PHP can't operate with files > 2G. In 
this case ruTorrent (svn version) simple run something like 'cat file > browser 
input'. Without Content-Length and etc.

>If-Unmodified-Since, and If-Match headers from the client

svn version already do this.

Original comment by novik65 on 12 Dec 2011 at 2:56

GoogleCodeExporter commented 8 years ago
Needs http-range implementation for resume support.

Original comment by lowraid...@gmail.com on 7 Jun 2012 at 8:53

GoogleCodeExporter commented 8 years ago
>Needs http-range implementation for resume support.

Yet once. Svn version already have it. Simple buy a ticket.

Original comment by novik65 on 7 Jun 2012 at 9:56