cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Win32 Binary SSL Enabled recieving error

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Fri, 3 Dec 2004 15:09:58 +0100 (CET)

On Thu, 2 Dec 2004, Dan Gasperut wrote:

> Hi, I'm trying to use the win32 SSL enabled binary (7.12.2), on running the
> following
>
> curl -u user:pass ftps://ftp.server.com/outbound/thing.test.temp -O
>
> I get an curl: (1) libcurl was built with SSL disabled, ftps: not supported!

...

> I'm sure I'm using the right bin,
> http://curl.haxx.se/download/curl-7.12.2-win32-ssl.zip

I just tried this on my wife's windows box. Worked nicely (although I have no
ftps server around to actually work with):

C:\TEMP\curl>curl -V
curl 7.12.2 (i386-pc-win32) libcurl/7.12.2 OpenSSL/0.9.7e zlib/1.2.1
Protocols: ftp gopher telnet dict ldap http file https ftps
Features: NTLM SSL libz

C:\TEMP\curl>curl ftps://daniel.haxx.se/ -v
* About to connect() to daniel.haxx.se port 990
* Trying 193.15.23.131... * Connection refused
* couldn't connect to host
* Closing connection #0
curl: (7) couldn't connect to host

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