cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Problem with FTP SSL

From: Михаил Шогин <shogin_m_at_mail.ru>
Date: Wed, 26 Oct 2005 12:50:27 +0400

What happens? "it don't work" is not a very good error description.

out:
*About to connect() to 192.168.11.32 port 990
*Trying 192.168.11.32... * connected
*Connected to 192.168.11.32 (192.168.11.32) port 990
< 431 Unable to negotiate secure command connection.
*This doesn't seem like a nice ftp-server response
* Closing connection #0

res= curl_easy_perform(curl); //res = 8.

When Server has "Regular FTP" options than my client work.

What libcurl version are you using on what platform?
I use LIBCURL_VERSION "7.13.1" for WinXP SP2

> curl_easy_setopt(curl, CURLOPT_URL, "ftp://192.168.11.32:990/test.pl" );

FTP to port 990. Is this _really_ what you want?
yes.

P.S.
Sorry for my english.
Received on 2005-10-26