Date: Fri, 30 Jun 2006 15:26:05 -0500 From: "Scott Peshak" <speshak@iastate.edu> To: jekillen <jekillen@prodigy.net> Cc: FreeBSD Mailing List <freebsd-questions@freebsd.org> Subject: Re: ftp proxy. Message-ID: <9aa9fc180606301326x5df9e3a0nc6b75df5028a2a12@mail.gmail.com> In-Reply-To: <f9715e44992f00df52f8c033899d8c2a@prodigy.net> References: <f9715e44992f00df52f8c033899d8c2a@prodigy.net>
next in thread | previous in thread | raw e-mail | index | archive | help
I've used the HTTP method to use a proxy for installs with out much trouble, and I think FTP proxy is just as easy. Assuming that you want to use the pkg_* tools: setenv HTTP_PROXY "http://proxy/" setenv FTP_PROXY "ftp://proxy/" Also check out the fetch manpage, it has all the info you'll need. -Scott
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9aa9fc180606301326x5df9e3a0nc6b75df5028a2a12>