curl-library
Re: ftp SIZE command and ASCII/BINARY mode
From: Max Katsev <mkatsev_at_gmail.com>
Date: Fri, 21 Sep 2007 23:53:49 +0300
Date: Fri, 21 Sep 2007 23:53:49 +0300
On 21/09/2007, Dan Fandrich <dan_at_coneharvesters.com> wrote:
> I showed you a command not using CURLOPT_QUOTE that does it in a "normal"
> way, so you're not correct. Use the --libcurl option to generate a libcurl
> equivalent program and run it if you don't believe me.
Ok, sorry, I misunderstood you
It really worked (surprise! :)) and turned out that key thing was
curl_easy_setopt(hnd, CURLOPT_HEADER, 1);
Seems kinda strange to me, but anyway I'm happy now :)
Thanks
Received on 2007-09-21