On Sun, May 15, 2005 at 12:51:30PM +0200, iSteve wrote:
> When I want to open a data connection and start uploading or
> downloading (STOR, STOU, RETR, ...), lftp is ignoring the fact that the
> server runs on TLS and starts whining. When I open the data connection
> by calling ls (or cache flush; ls, respectively, if I called ls
> previously), everything is fine, and I can transfer freely. I doubt this
> is a feature ... so I wonder, any chance on fixing?
First, data connection by default is not encrypted. To make it secure,
use:
set ftp:ssl-protect-data yes
Second, your ftp server seems to work incorrectly. Please turn on debug
in lftp and send resulting output.
--
Alexander.