cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: ./configure --enable-debug ...

From: Jochen Hayek <Jochen+curl_at_Hayek.name>
Date: Thu, 22 Feb 2007 14:06:14 +0100

>>>>> Daniel Stenberg writes:

    DS> I've never seen this fail before so can you please tell us a complete
    DS> command line against a public URL that you use?

Nothing gets written to trace-ascii.txt here:

    $ /home/apps/curl/src/curl --trace-ascii trace-ascii.txt --verbose --list-only ftp://ftp.gwdg.de/

But during my course of shortening the originally slightly lengthier command line,
I found that this actually *does* create the file:

    $ /home/apps/curl/src/curl --trace-ascii trace-ascii.txt --list-only ftp://ftp.gwdg.de/

Looks as if I could have tried a little harder before posting my issue.

But maybe the feature that "--verbose" voids "--trace-ascii ..." could get described in the manual page.

Or does "instead" imply exactly that:

-v/--verbose
    [...]
    If you think this option still doesn't give you enough details,
    consider using --trace or --trace-ascii instead.
    [...]
Received on 2007-02-22