That works perfectly, THANKS! -----Original Message----- From: Daniel Fazekas [mailto:[email protected]] Sent: Thursday, April 08, 2010 5:23 PM To: [email protected] Cc: Diane Rolland Subject: Re: ls problems with differnt versions of lftp
On Apr 9, 2010, at 00:06, Diane Rolland wrote: > set ftp:ssl-force yes made no difference. But here is debug 20 level on the client that can successfully connect to the server: It looks like your server requires TLS encryption yet it doesn't advertise AUTH TLS as supported in the FEAT reply. Try to set both of these before connecting: set ftp:use-feat no set ftp:ssl-force yes
