cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl options

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 26 Feb 2009 23:32:27 +0100 (CET)

On Thu, 26 Feb 2009, Z Sun wrote:

> apologies for being a total newbie here, but I was  wondering what the
> options of "-o - -N" stand for.

-o - sends the downloaded data to stdout. -N is clearly documented in the man
page. What is confusing about that?

> How can I use these options when I link up with the libcurl?

You can run "curl --libcurl example.c ... " to get a good start. The rest can
be figured out in the docs or examples. Or if you still don't find it, ask on
the curl-library list.

-- 
  / daniel.haxx.se

-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2009-02-26