cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Libcurl - reading cookies offline

From: east2006 east2006 <east2006_at_gmail.com>
Date: Fri, 29 Apr 2011 16:00:58 +0300

I found it, I needed to flush the data using:
curl_easy_setopt(curl, CURLOPT_COOKIELIST,"FLUSH" );

I'm using version 7.21.6.

Thanks

On Thu, Apr 28, 2011 at 11:42 PM, Daniel Stenberg <daniel_at_haxx.se> wrote:

> On Thu, 28 Apr 2011, east2006 east2006 wrote:
>
> I'm trying to read my stored cookies offline, but gets nothing.
>>
>
> You did lots of libcurl calls and the example wasn't complete. Can you
> please elaborate on exactly what you're trying to do and what "gets nothing"
> means more specifically? Also, what libcurl version are you using?
>
> --
>
> / 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-04-29