On Wed, Feb 28, 2007 at 01:27:48PM +0100, [EMAIL PROTECTED] wrote:
> i try to connect via lftp with certificat authentication to a ftps server 
> and get the following error:
> 
> lftp -d -p 9021 -u username,pw ftps://212.63.226.12
> **** SSL_connect: unknown protocol

You ask lftp to connect to implicitly secured ftp server. But the following 
error
indicates that probably the server must be explicitly given with AUTH TLS 
command
starting a secure session.

Try this:
        lftp -d -p 9021 -u username,pw 212.63.226.12

-- 
   Alexander.
  • lftp ftps error Christian . Krug
    • Re: lftp ftps error Alexander V. Lukyanov

Reply via email to