On Sun, Jul 23, 2006 at 08:12:59PM +0200, Thorsten Peter wrote:
> i am not sure, but i think since lftp 3.5.0 my proxy settings no longer 
> work.
> just did a fresh compile of 3.5.1 and still the same problem ...
> lftp simply ignores them and connects to ftp sites directly without 
> using the proxy.
> 
> my settings are:
> 
> set http:proxy 192.168.0.1:40002

This setting applies to http protocol. To use the proxy for ftp protocol, use:

   set ftp:proxy http://192.168.0.1:40002

Depending on the proxy permissions, you can also probably use

   set ftp:use-hftp no

-- 
   Alexander.                      | http://www.yars.free.net/~lav/   

Reply via email to