I am trying to use lftp to make a SSL ftp connection from a site in Boston to a site in the UK. I'm using lftp 2.5.0a and openssl 0.9.6 on Solaris. (Tried both 2.6 and 8). I am able to make the connection and I can transmit a file (shown below) but I can't get a file or do a ls. I can do a ls, get and put with Cute Ftp on a Windows NT box to the same site. They are using WS_FTP on a win2k server. Anyone have any ideas? Much appreciated!
-Paul lftp [EMAIL PROTECTED]:~> put /tmp/test-unix.txt ---> TYPE I <--- 200 Type set to IMAGE. ---> PASV <--- 227 Entering Passive Mode (XX.XX.XX.XX,6,195). ---- Connecting data socket to (XX.XX.XX.XX) port 1731 ---> STOR test-unix.txt ---- Closing data socket <--- 150 Opening BINARY data connection for test-unix.txt <--- 226 transfer complete; 10000000 bytes remaining; 99 files remaining 16 bytes transferred lftp :~> debug 9 lftp :~> user st Password: lftp [EMAIL PROTECTED]:~> cd . ---- Connecting to XX.XX.XX.XX (XX.XX.XX.XX) port 21 <--- 220 epsl-6utkcmnxty. X2 WS_FTP Server 3.0.1 (1687914055) ---> AUTH TLS <--- 234 SSL enabled and waiting for negotiation ---> PBSZ 0 <--- 200 PBSZ=0 ---> USER st <--- 331 Password required ---> PASS XXXX <--- 230 user logged in ---> PWD <--- 257 "/st" is current directory cd ok, cwd=/st lftp [EMAIL PROTECTED]:~> ls ---> PASV <--- 227 Entering Passive Mode (XX.XX.XX.XX,6,191). ---- Connecting data socket to (XX.XX.XX.XX) port 1727 ---> LIST <--- 150 Opening ASCII data connection for directory listing **** Timeout - reconnecting ---- Closing data socket ---- Closing control socket
