cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Problems with FTPS and WWW::Curl::Easy

From: Peter Heuchert <PHEUCH_at_de.ibm.com>
Date: Tue, 7 Feb 2006 11:36:04 +0100

I think I found the problem. The constants CURLFTPSSL_NONE,
CURLFTPSSL_TRY, CURLFTPSSL_CONTROL and CURLFTPSSL_LAST are not exported.

The program is working as excepted if you replace the constant name with
its enumeration value.

I did a short check on other enumerations. Seems to me that they aren't
exported either.

------
Peter
Received on 2006-02-07