I believe that I may be running into the bug listed below when I am connected to a PureFTPd server with lftp running on my Ubuntu 6.06 machine. I have tried with both lftp 3.4 and 3.5.1 and both take "forever" to return from an ls command. Connecting to the same server with normal ftp is fine, as is lftp 3.1 running on OSX.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=327625 Based on suggestions from this list archive, I have tried the following settings without success. set ftp:passive-mode off set ftp:ssl-protect-list no set ftps:initial-prot P The dubug output shows a repeated discrepancy between the expected and received packet lengths as well as repeated asserts. I have included parts of the debug output below. I can send the entire output if it would be helpful. I am wondering if this is in fact the same bug and if so are there any workarounds/fixes that will enable me to work with this server. Thanks for your time -Teryk debug output GNUTLS: REC[8379130]: Sending Packet[7] Application Data(23) with length: 6 GNUTLS: REC[8379130]: Sent Packet[8] Application Data(23) with length: 213 GNUTLS: REC[8379130]: Expected Packet[8] Application Data(23) with length: 65536 GNUTLS: REC[8379130]: Received Packet[8] Application Data(23) with length: 80 GNUTLS: REC[8379130]: Decrypted Packet[8] Application Data(23) with length: 53 Repeated assert. GNUTLS: ASSERT: gnutls_buffers.c:255
