Subject: Re: pkg "make fetch"
To: Lucio De Re <lucio@proxima.alt.za>
From: Todd Vierling <tv@wasabisystems.com>
List: tech-userlevel
Date: 01/24/2001 10:29:12
On Wed, 24 Jan 2001, Lucio De Re wrote:

: I find I can persuade "wget" to use a proxy server more readily than I
: can "ftp" client.

To do this for ftp(1), make the variable "ftp_proxy" point to your proxy
server.  i.e. in bourne style shell,

  ftp_proxy="http://proxy.foo.com:8888/"; export ftp_proxy

or in C shell,

  setenv ftp_proxy "http://proxy.foo.com:8888/"

Note the presence of "http://" and the trailing "/".

-- 
-- Todd Vierling <tv@wasabisystems.com>  *  Wasabi NetBSD:  Run with it.
-- NetBSD 1.5 now available on CD-ROM  --  http://www.wasabisystems.com/