On Fri, Jun 07, 2002 at 07:45:58PM -0400, Justin Piszcz wrote:
> It has never been able to work through the Squid proxy except for HTTP.
> I've used WGET, Web Downloader For X, and several other tools to use
> ftp + http without a problem, has anyone else had this problem?
>
> alias lftps='lftp -e "set ftp:proxy 192.168.168.253:3128 && set
> hftp:proxy 192.168.168.253:3128 && set http:proxy 192.168.168.253:3128"'
>
> Only HTTP works through lftp.

Does `open hftp://ftp-site/path' work?

If you do:

   set ftp:proxy http://192.168.168.253:3128

then `open ftp://ftp-site' (and the default `open ftp-site') will use hftp,
that is ftp over http proxy.

If this does not help, turn on debug using command `debug' and see what
really happens.

--
   Alexander.

Reply via email to