cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: retreive messages

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 3 Jan 2002 18:04:01 +0100 (MET)

On Thu, 3 Jan 2002, raoul cridlig wrote:

> > Well, you actually can't get the FTP server's response lines (those 200,
> > 150 and 226 lines) easily. Is that what you would want? If so, how would
> > you prefer to have them received if you would decide?
>
> In a buffer(or a chunk struct.). Is it possible ?

It isn't right now, but I would like to introduce the ability.

I'm seriously consider passing each received "response line" (one at a time)
as header data to the callback function you set with CURLOPT_HEADERFUNCTION.

Would that be good enough?

Anyone else have any thoughts around this?

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
Received on 2002-01-03