cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: ignore the output to console...

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 2 Dec 2008 00:08:39 +0100 (CET)

On Tue, 2 Dec 2008, Natty wrote:

> 1) how to disable the output to the console?

http://curl.haxx.se/docs/faq.html#How_do_I_prevent_libcurl_from_wr

> 2) how to evade the downloading of pages?

You either ask for CURLOPT_NOBODY (which equals a HEAD request) or you abort
your transfer, perhaps in the write callback.

-- 
  / daniel.haxx.se
Received on 2008-12-02