On Thu, May 20, 2004 at 05:01:04AM -0700, Roboco Sanchez wrote: > I'm having some problem with lftp 3.0.3. It cannot > list directory. The server is glftpd 1.32_Linux+TLS. I > got the error "**** SSL connect: wrong version number"
> ---> AUTH SSL > <--- 234 AUTH TLS sucessful. ... > ---> LIST > <--- 150 Opening BINARY mode data connection for > directory listing. > **** SSL connect: wrong version number This is a server bug activated by lftp bug. lftp should use AUTH TLS (it is fixed already, 3.0.4 will be released soon), but server did not handle AUTH SSL correctly. AUTH SSL should do PROT P by default (according to RFC), buf this server does PROT C. Please try lftp-3.0.4rc4 from ftp://lftp.yar.ru/lftp/devel/ and check that the bug is fixed there. -- Alexander.
