cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: Verbose output to file rather than console - using cURL commandline

From: Roth, Kevin P. <kproth_at_mapllc.com>
Date: Thu, 23 Jun 2005 10:31:09 -0400

I believe the verbose output goes to stderr rather than stdout.

Using either the aforementioned curl ... --stderr filename should work.

Or, using curl ... 2> filename will get just stderr into that filename.

Or, using curl ... > filename 2>&1 will get both stdout and stderr into
the same filename.

- Kevin

-----Original Message-----
From: Ralph Mitchell
Sent: Wednesday, June 22, 2005 3:38 AM

Did you try:

     curl ...... > filename

at all??
Received on 2005-06-23