cURL / Mailing Lists / curl-users / Single Mail

curl-users

how to ignore headers

From: Siddharth Prakash Singh <spsneo_at_gmail.com>
Date: Tue, 19 Aug 2008 02:03:26 +0530

I am trying to download files in part using --range option.
Actually I am behind a proxy server and the proxy restricts file size
download limit to 200 MB
so I am using curl to download files in parts and then integrating them by
cat.
Now the problem is .. I am not able to download the first byte, because when
I specify the range as 0-x where x is within download limit.. I get a header
file.. generated by proxy server describing the big file size error.
But when I specify the range like 1-x, I am able to download the file ...
Then the big question is how can I download the first byte ??

Please help

-- 
Siddharth Prakash Singh
http://www.spsneo.com

-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2008-08-18