cURL / Mailing Lists / curl-users / Single Mail

curl-users

download time

From: Omar Marcillo <omarcill_at_ees.nmt.edu>
Date: Fri, 13 Jun 2008 10:01:46 -0600 (MDT)

Hi everyone,
I wrote a script to download a list of files from a webserver, and I need
to save the download information (download time, speed of the connection)
in a file
I tried this:
curl -w %{times_total} > TIMESTAT --interface en0
192.168.0.101/DT0001__.OCF > DT0001__.OCF;
that did not work

I also tried
curl --trace INFO --interface en0 192.168.0.101/DT0001__.OCF > DT0001__.OCF;

but that saves not just the information but also all the data...

Again a just need a way to download a file and write another file with
the infomration of the proccesses...
regards
omar
Received on 2008-06-13