Comment 12 for bug 20358

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Thu, 20 Oct 2005 18:22:27 +0300
From: Konstantinos Koukopoulos <email address hidden>
To: <email address hidden>
Subject: Re: Bug #320871: lftp does not work with ftps (can not list directories)

I have encountered the same issue due to the following misconfiguration:

In lftp the configuration variable ftp:ssl-protect-list defaults to yes. Most
times if TLS is enabled on the server it will either be on both channels or
only on the control channel. So, when you connect to a server that requires
TLS only on the control channel then you should not use TLS for LISTs (which
happen on the data channel). The ftp:ssl-protect-list variable controls
exactly this, and since by default it is set to yes it creates problems with
servers that don't user TLS on the data channel.

Could the bug reporter check the value of ftp:ssl-protect-list? If it has the
default value of "yes" then perhaps he could try unsetting it to see if LISTs
work that way.