Hi Alexander, Yes I will try... Okay. The first option (set ftp:ssl-protect-list no) didn't work, the second (set ftp:ssl-allow no) did! Yay! I understand that the second disables SSL. What does the first do?
Where does lftp say that it is trying to establish a secure data connection? It is not obvious to me. It should say when debug == 5, no? This has happened to me before I recall. Maybe it sure be more explicit that it is trying an SSL connection. I don't know :) Thank you for a great program. -- lftp [EMAIL PROTECTED]:/> set -a | grep ssl set ftp:ssl-allow no set ftp:ssl-allow-anonymous no set ftp:ssl-auth TLS set ftp:ssl-data-use-keys yes 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 set ssl:ca-file /etc/ssl/certs/ca-certificates.crt set ssl:cert-file "" set ssl:crl-file "" set ssl:key-file "" set ssl:verify-certificate no -- [EMAIL PROTECTED]:~/workspace/secure.commercegate.com$ lftp -version LFTP | Versión 3.5.11 | Copyright (c) 1996-2006 Alexander V. Lukyanov LFTP es software libre cubierto bajo la Licencia Pública General GNU, y se le anima a cambiarlo y/o distribuir copias de él bajo ciertas condiciones. No hay absolutamente ninguna garantía para LFTP. Lea COPYING para ver los detalles. Envíe reportes de bugs y preguntas a <[email protected]>. Bibliotecas utilizadas: Readline 5.2, GnuTLS 1.6.3, zlib 1.2.3.3 -- On Fri, Mar 28, 2008 at 3:12 PM, Alexander V. Lukyanov <[EMAIL PROTECTED]> wrote: > On Thu, Mar 27, 2008 at 03:57:23PM +0100, Anthony Durity wrote: > > I'm having trouble getting directory listings of a server of ours. It > > appears to hang and I have to ^C it. I can connect and list with gftp > and > > Firefox. What am I doing wrong? > > The server has a trouble establishing secure data connection. > You can try to use clear data connection with this command: > set ftp:ssl-protect-list no > or disable TLS altogether with: > set ftp:ssl-allow no > > BTW, do you use the latest lftp version 3.7.0? > > -- > Alexander. >
