Hi, I have acccess to server support FTPS. It works great with FileZilla in FTP over SSL/TLS (implicit encryption). But on lftp it's a problem:
lftp :~> debug 9 lftp [EMAIL PROTECTED]:~> set -a | grep ftp:ssl set ftp:ssl-allow yes set ftp:ssl-allow-anonymous no set ftp:ssl-auth SSL set ftp:ssl-force no set ftp:ssl-protect-data no set ftp:ssl-protect-fxp no set ftp:ssl-protect-list no set ftp:ssl-use-ccc no lftp [EMAIL PROTECTED]:~> open -u wolfi myserver.xyz:990 Password: lftp [EMAIL PROTECTED]:~> ls ---- Connecting to myserver.xyz (89.161.145.xyz) port 990 **** Timeout - reconnecting ---- Closing control socket ---- Connecting to myserver.xyz (89.161.145.xyz) port 990 **** Timeout - reconnecting ---- Closing control socket ---- Connecting to myserver.xyz (89.161.145.xyz) port 990 `ls' at 0 [FEAT negotiation...] In FileZilla: Status: Connecting to myserver.xyz:990 ... Status: Connected with myserver.xyz:990, negotiating SSL connection... Status: SSL connection established. Waiting for welcome message... Response: 220 FTP server (Version 1.0) ready. Command: USER wolfi Response: 331 Password required for wolfi. Command: PASS *********** Response: 230 User [EMAIL PROTECTED] logged in. Command: FEAT Response: 500 'FEAT': command not understood. Command: SYST Response: 215 UNIX Type: L8 Command: PBSZ 0 Response: 500 'PBSZ 0': command not understood. Command: PROT P Response: 500 'PROT P': command not understood. Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is current directory. Status: Directory listing successful Command: TYPE A Response: 200 Type set to A. Command: TYPE A Response: 200 Type set to A. Command: PWD Response: 257 "/" is current directory. Command: PWD Response: 257 "/" is current directory. I do not know if lftp needs/waits for connfirmation about ssl certyficate (as FileZilla does first time). Can anybody help with this? Regards R. 'Wolfi' Wolomirski ---------------------------------------------------- Pieniądze kochają procenty i wolność - wpłaty i wypłaty, kiedy się chce, bez utraty odsetek. Wpłać je na Otwarte Konto Oszczędnościowe w ING Banku Śląskim i zacznij zarabiać. Teraz 3,25%+1,75%=5%! sprawdź: http://klik.wp.pl/?adr=http%3A%2F%2Fadv.reklama.wp.pl%2Fas%2Fing5.html&sid=759
