cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Using CURLOPT_FTP_CREATE_MISSING_DIRS

From: <Don_Marino_at_May-Co.com>
Date: Fri, 1 Oct 2004 14:55:47 -0400

I am a newbie to linux, could you explain how or point me to the correct
documentation on how to compile libcurl for debug?
I have someone more knowledgeable to help me; they are the one who
compiled the source code to create an executable version for us.
A little bit of direction would be greatly appreciated.

Thanks.

Daniel Stenberg <daniel-curl_at_haxx.se>
Sent by: curl-library-bounces_at_cool.haxx.se
10/01/2004 02:17 PM
Please respond to
libcurl development <curl-library_at_cool.haxx.se>

To
libcurl development <curl-library_at_cool.haxx.se>
cc

Subject
Re: Using CURLOPT_FTP_CREATE_MISSING_DIRS

On Fri, 1 Oct 2004 Don_Marino_at_May-Co.com wrote:

> The version of libcurl is 7.11.2.
>
> Following is the definitions of lMissingDirs: long lMissingDirs = 1;
>
> The curl_easy_setopt() function returns CURLE_OK.

Then I can't see any other way to get this straighened out, than to ask
you to
build/use a debug version of libcurl and set a break-point in the
ftp_cwd_and_mkd() function to figure out why it doesn't attempt to create
the
dir it fails to CWD into.

This option works for me, and for all autobuild tests too since we test
this
feature with 'make test'.

-- 
      Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
       Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2004-10-01