cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Curl File Size

From: Alessandro Vesely <vesely_at_tana.it>
Date: Thu, 21 Jun 2007 10:10:42 +0200

siddharth wrote:
> But Curl does
> not download the files having size more than 1MB it just download the
> files having size less than 1MB (1024 KB)

Depending on your connection, you may incur in a timeout limit set
on the server. Curl has a timeout if you explicitly set it. Apache
has a default configured timeout that may be somewhat short for big
files/slow connections. If you cannot fix the server configuration,
try multiple attempts using the option -C/--continue-at <offset>.
Received on 2007-06-21