On Tue, Apr 06, 2004 at 03:23:33PM +0200, Stefan Huettmann wrote:
> I try to use lftp 3.0.0 for connecting a FTP-Server over
> a Squid-Proxy with SSL.
hftp protocol cannot be used to access ftp servers with ssl. You can try to
use the CONNECT method of squid to connect to ftp server, it is acheived by
these settings:
set ftp:use-hftp no
set ftp:proxy http://squid.company.de:80
> On the FTP-Server I can see the incomming tcp-packages from the Proxy but I
> can?t see the connection from the Proxy to the higher port at the FTP-Server
> which is given by the passive-FTP ( Port 50000-55000 ).
Turn on debug in lftp to see low level protocol information. (command `debug')
--
Alexander.