On Apr 6, 2010, at 20:43, Diane Rolland wrote: > No change when > set ftp:passive-mode on > debug in front of ls gives: > lftp [email protected]:~> debug > lftp [email protected]:~> ls > ---- Connecting to somedomain.com (XX.XX.XX.XX) port 21 > <--- 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- > ---> OPTS MLST type;size;modify;UNIX.mode;UNIX.uid;UNIX.gid; > <--- 200 MLST OPTS > type;size;sizd;modify;UNIX.mode;UNIX.uid;UNIX.gid;unique; > ---> USER user > **** Peer closed connection > ---- Closing control socket
Then it looks like it isn't really connected to requesting a directory listing, it doesn't get that far. Your server drops the connection as soon as you try to log in, regardless of what command you might try to execute. Are you sure there isn't some kind of an IP check on the server and that you are using the same settings as in the working cases? The same debug output from the working machine would let us compare and see if there are any differences. You could also try set ftp:ssl-force yes
