Hello Alexander, now i get the following error! Could it be that i have to compile lftp with a special option ?
christian > lftp -d -p 9021 -u username,pw 212.63.226.12 lftp [EMAIL PROTECTED]:~> ls ---- Connecting to 212.63.226.12 (212.63.226.12) port 9021 <--- 220-extended FTP [MODE XDC][XDC/BASE64][PIPELINE] (1) spom201svc1a <--- 220- spom201man IntraStore FTP server ready <--- 220 ---> FEAT <--- 530 do STARTTLS first. ---> AUTH TLS **** Peer closed connection ---- Closing control socket ---- Connecting to 212.63.226.12 (212.63.226.12) port 9021 <--- 220-extended FTP [MODE XDC][XDC/BASE64][PIPELINE] (1) spom201svc1a <--- 220- spom201man IntraStore FTP server ready <--- 220 ---> FEAT <--- 530 do STARTTLS first. ---> AUTH TLS **** Peer closed connection ---- Closing control socket ---- Connecting to 212.63.226.12 (212.63.226.12) port 9021 <--- 220-extended FTP [MODE XDC][XDC/BASE64][PIPELINE] (1) spom201svc1a <--- 220- spom201man IntraStore FTP server ready <--- 220 ---> FEAT <--- 530 do STARTTLS first. ---> AUTH TLS **** Peer closed connection ---- Closing control socket Interrupt "Alexander V. Lukyanov" <[EMAIL PROTECTED]> 28.02.2007 16:13 An [EMAIL PROTECTED] Kopie [email protected] Thema Re: lftp ftps error 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.
