On Wed, Jan 11, 2012 at 4:18 AM, Saidus Bounderra <[email protected]> wrote: > Morning // > I have make a little test this morning with 2 simple program : > first one using libcurl and second one using wininet > both download the same file : > in wininet i can specify the amount of data that i want to downoad and it > works ... but in libcurl (("I use CURLOPT_BUFFERSIZE without any effect")) > so .. I'm wondering if there is some mechanism to specify that . > Thanks
Are you looking for CURLOPT_RANGE? Lars Nilsson ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
