On Sat, Oct 14, 2006 at 12:24:51AM -0500, shreekumar veeramani wrote:
> I am trying to do FTPS from my home machine [ lftp 3.5.1 cygwin / XP ] to a
> FTP server. After log in, it says CWD incoming and then some characters.
> ---> CCC
> <--- 200 Clearing control channel protection
> ---> CWD /incoming
> <--- §♥☺! -+1¼"?*·spHoyvò'9O2E[?ATxFcZ▼¶250 CWD command
> successful
> cd `incoming' [Waiting for response...]
Could please you try to uncomment (change to #if 1) the following
lines in lftp_ssl.cc:
#if 0
if(handshake_done)
SSL_shutdown(ssl);
#endif
and report if it helps?
--
Alexander.