Hello, Alexander.
I've got a problem when trying to redefine the ftp:proxy and hftp:proxy
setting specified in global lftp.conf file by user's one. So I set
set ftp:proxy/some.site.com ""
set hftp:proxy/some.site.com ""
which should tell lftp do not use proxy for the site specified. But lftp
handle it as:
---> LIST
<--- 227 Entering Passive Mode (xxx,xxx,xxx,xxx,195,81)
---- Connecting data socket to proxy (null) (xxx.xxx.xxx.xxx) port 21
---- Data connection established
+--> CONNECT xxx.xxx.xxx.xxx:50001 HTTP/1.0
<--+ 220 some.site.com FTP ready...
---- Closing data socket
---> QUIT
and tries to use original ftp site as hftp "null" proxy :(.
Could you tell is that alright or there is another way redefine proxy
settings.
Thank you in advance, Arkady