cURL / Mailing Lists / curl-users / Single Mail

curl-users

Partial Downloads

From: Dejan Tolj <dejan1_at_gmail.com>
Date: Thu, 27 Jan 2011 21:00:39 -0500

I am trying to download a partial FTP file, curl ftp://link -r 0-10000
-O but it downloads the whole file. However this works and downloads
the last bits, curl ftp://link -r -10000 -O

How to make it download the first x bits?
I have tested other ranges, but it seems that -XXXX is the only range
that works, I think the FTP server is windows
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-01-28