|
Hi Alexander, I hope it's ok to send you and email to this address. I wanted to ask your opinion about a problem I'm having. I'm trying to connect to an ftp site and the ls command get stuck. Not sure if this is related or not, but it seems that there's also a problem with the site certificate (not sure why it's checked as I've marked set ssl:verify-certificate no). I'm running lftp 3.5.13 on cygwin. Help would be greatly appreciated... :-| # # Here is what happens on debug mode: # [23:49:37][ *mickey* @ baluga1:~]$ lftp baluga-backup -d ---- Resolving host address... ---- 1 address found ---- Connecting to ftp.drivehq.com (66.220.9.50) port 21 <--- 220 Welcome to the most popular FTP hosting service! Save on hardware, software, hosting and admin. Share files/folders with read-write permission. Visit http://www.drivehq.com/ftp/ ---> FEAT <--- 530 Please login with USER and PASS. ---> AUTH TLS <--- 234 AUTH Command OK. Initializing TLS connection. ---> USER yadayada Certificate depth: 0; subject: /C=US/O=www.drivehq.com/OU=GT22613917/OU=See www.rapidssl.com/resources/cps (c)07/OU=Domain Control Validated - RapidSSL(R)/CN=www.drivehq.com; issuer:/C=US/O=Equifax Secure Inc./CN=Equifax Secure Global eBusiness CA-1 WARNING: Certificate verification: unable to get local issuer certificate WARNING: Certificate verification: certificate not trusted WARNING: Certificate verification: unable to verify the first certificate <--- 331 User name ok, need password. ---> PASS XXXX <--- 230 User successfully logged on. ---> FEAT <--- 211-Extensions supported: <--- SIZE <--- MLSD <--- MLST <--- NLST <--- MDTM <--- REST STREAM <--- UTF8 <--- 211 END ---> PWD <--- 257 "/" is current directory. ---> PBSZ 0 <--- 200 PBSZ Command OK. Protection buffer size set to 0. ---> OPTS UTF8 ON <--- 200 Enable UTF8 mode. cd ok, cwd=/ lftp [EMAIL PROTECTED]:/> cd work ---> CWD /work <--- 250 CWD command successful. "/work" is current directory. cd ok, cwd=/work lftp [EMAIL PROTECTED]:/work> ls ---> PASV <--- 227 Entering Passive Mode (66,220,9,50,16,0). getpeername(control_sock): Transport endpoint is not connected ---- Connecting data socket to (66.220.9.50) port 4096 ---- Data connection established ---> LIST <--- 150 Connection accepted Interrupt ---> ABOR ---- Closing aborted data socket <--- 226 ABOR command successful. <--- 226 Transfer complete lftp [EMAIL PROTECTED]:/work> exit ---> QUIT ---- Closing control socket # # Just so you'd see the ssl abort certificate check # [23:57:48][ *mickey* @ baluga1:~]$ cat /etc/lftp.conf | grep ssl set ssl:verify-certificate no # # Version # [23:57:58][ *mickey* @ baluga1:~]$ lftp --version LFTP | Version 3.5.13 | Copyright (c) 1996-2006 Alexander V. Lukyanov LFTP is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. There is absolutely no warranty for LFTP. See COPYING for details. Send bug reports and questions to <[email protected]>. Libraries used: Readline 5.2, Expat 1.95.8, OpenSSL 0.9.8e 23 Feb 2007, libiconv 1.11 |
- lftp hangs on data read Mickey
- Re: lftp hangs on data read Andrew Schulman
- Re: lftp hangs on data read Mickey
- Re: lftp hangs on data read ignotus
