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
