lftp  

RE: ls problems with differnt versions of lftp

Diane Rolland
Thu, 08 Apr 2010 15:51:31 -0700

That works perfectly, THANKS!

-----Original Message-----
From: Daniel Fazekas [mailto:fds...@gmail.com] 
Sent: Thursday, April 08, 2010 5:23 PM
To: lftp@uniyar.ac.ru
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