cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Failed Writing Body

From: Mark Schienbein <mark_at_jurysystems.com>
Date: Fri, 16 Sep 2011 16:19:22 -0700

To answer your question: I am using version 7.21.7.

I have not been able to capture the --verbose output as my calling program
is not written in C and I do not have the ability to pass a *FILE parameter
to the library. Is there a way to get access to the curl output via a
callback or some other method?

Thanks,

----- Original Message -----
From: "Daniel Stenberg" <daniel_at_haxx.se>
To: "libcurl development" <curl-library_at_cool.haxx.se>
Sent: Thursday, September 15, 2011 6:36 AM
Subject: Re: Failed Writing Body

> On Wed, 14 Sep 2011, Mark Schienbein wrote:
>
> Please don't top-post.
>
> > My first attempt did not include the TUNNEL option. When I did the
original
> > test (without the TUNNEL option) I simply received a zero retrun code
from
> > the PERFORM. My read callback routine was never invoked (thus nothing
was
> > sent to the FTP site). This is why I tried the TUNNEL option. It was not
> > until I added the TUNNEL option that my read "callback" routine was
actually
> > invoked by libcurl -- but then the return code indicated the write
error.
>
> What libcurl version is this?
>
> Can you show us your CURLOPT_VERBOSE output? (edit out any sensitive
pieces)
>
> --
>
> / daniel.haxx.se
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/list/listinfo/curl-library
> Etiquette: http://curl.haxx.se/mail/etiquette.html

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-09-17