11-12-2007, 02:07 PM
|
#3 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
There is a cURL option called CURLOPT_RANGE whose value (in bytes) can be: Range(s) of data to retrieve in the format "X-Y" where X or Y are optional. HTTP transfers also support several intervals, separated with commas in the format "X-Y,N-M". That might be of use to you.
|
|
|
|