Alexander V. Lukyanov wrote:
On Sat, Apr 22, 2006 at 08:45:44PM +0400, [EMAIL PROTECTED] wrote:
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

Are you sure this ftp server uses the port 443? That port is usually
reserved for https.
lftp seems to not start implicit ssl session.

Here is an example of a FlashFXP session:

WinSock 2.0 -- OpenSSL 0.9.8a 11 Oct 2005
[R] Connecting to ftp.example.com via Proxy -> IP=localhost PORT=8080
[R] Connected to ftp.example.com via Proxy
[R] Connected. Negotiating SSL session..
[R] SSL negotiation successful...
[R] SSL encrypted session using cipher AES256-SHA (256 bits)
[R] 220 ftp.example.com FTP ready...
[R] PBSZ 0
[R] 200 PBSZ=0
[R] USER username
[R] 331 Response to otp-md5 31 wupukn55 required for username.
[R] PASS (s/key)
[R] 230-! greeting
[R]  ! greeting
[R] 230 !--------------------------------------------------User username logged in.
[R] SYST
[R] 215 UNIX Type: L8
[R] FEAT
[R] 211-Extensions supported:

and so on.

Reply via email to