On Apr 7, 2009 [email protected] wrote: > Is there a way to download a specific number of bytes instead of the whole > file with libcurl?
You can use CURLOPT_RANGE if the server supports it, otherwise you could simply abort the transfer from inside your write callback. - Jeff
