cURL / Mailing Lists / curl-library / Single Mail

curl-library

Maximum offset value supported by CURLOPT_RESUME_FROM(_LARGE) ?

From: Cogentree CT <cogentree_at_gmail.com>
Date: Thu, 18 Jun 2009 18:41:35 +0530

Hello all,

I am using CURLOPT_RESUME_FROM_LARGE for a file which is more than 4 GB
(4441787445 bytes) in size.
I wanted download to restart; at offset: 4441487245 bytes.
But, whenever I specify curl_easy_setopt(curl, CURLOPT_RESUME_FROM_LARGE,
4441487245L) it 're-sets' the value.
(Server log : 06/18/2009 17:48:53 (anonymous 192.168.2.197<--
192.168.2.196:21) "350 Restart at offset 146819949")

So, I want to know weather that big value is supported by
CURLOPT_RESUME_FROM(_LARGE) ??

Thanks and Regards,
Shrirang
Received on 2009-06-18