On 8 February 2013 15:56, Brilliantov Kirill Vladimirovich
<brillian...@byterg.ru> wrote:
> Daniel Stenberg wrote on 02/08/2013 05:11 PM:
>
>> CURLOPT_VERBOSE and CURLOPT_DEBUGFUNCTION are fairly good ways to get
>> info out from libcurl.
>
> Hello, Daniel!
> I found what CURLOPT_VERBOSE used in curlftpfs:
> $ grep CURLOPT_VERBOSE -rnI -C1 .
> ./ftpfs.c-1544-  if (ftpfs.verbose) {
> ./ftpfs.c:1545:    curl_easy_setopt_or_die(easy, CURLOPT_VERBOSE, TRUE);
> ./ftpfs.c-1546-  }
>
> Why I not get verbose output if this options in use?

I think you'll have to ask the ftpfs developers that.

-- 
Michael Wood <esiot...@gmail.com>
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to