cURL / Mailing Lists / curl-users / Single Mail

curl-users

download file size issue

From: Pete Masiel <pmasiel_at_fs.fed.us>
Date: Thu, 15 Jul 2004 12:25:01 -0400

Good morning,

I use win2000 pro.

I have been using cURL to automate my download of MDBs from a secure site
(file size around 5mb). There are 10MB and 25MB XLS files in the same
directory that I need to retrieve as well.

Here is an example of the script I use to retrieve the MDB:

curl -O -u user:password https://secure.site.gov/data/download.mdb (Works
Great!)

When I tried the below script to retrieve the desired file and it only
transfered 1k of the file.

curl -O -u user:password https://secure.site.gov/data/download10MB.XLS
and
curl -O -u user:password https://secure.site.gov/data/download25MB.XLS

Can any of you please help? I do have limited

Pete
Received on 2004-07-15