Alexander V. Lukyanov wrote:
On Fri, Apr 21, 2006 at 04:47:59PM +0400, [EMAIL PROTECTED] wrote:
Would you be so kind to explain how to force lftp to connect to a server in implicit SSL mode, and how to see that it really works in that mode.

Use:
        open -d ftps://ftp.example.com

I try using it through squid http proxy and receive the output:

lftp :~> open -d ftps://user:[EMAIL PROTECTED]:443
---- Resolving host address...
---- 1 address found
lftp [EMAIL PROTECTED]:~> ls
---- Connecting to proxy proxy.example.com (192.168.0.1) port 8080
+--> CONNECT ftp.example.com:443 HTTP/1.0
+--> Proxy-Authorization: Basic encoded_pass
<--+ HTTP/1.0 200 Connection established
<--+
---> FEAT
**** Timeout - reconnecting

and so on, what could be the reason of it? The server is alright, other ftp clients connect well.

Reply via email to