From owner-freebsd-questions@FreeBSD.ORG Tue May 13 12:42:17 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 431D91065678 for ; Tue, 13 May 2008 12:42:17 +0000 (UTC) (envelope-from fbsd06+V4=80eb2855@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id 2251C8FC15 for ; Tue, 13 May 2008 12:42:17 +0000 (UTC) (envelope-from fbsd06+V4=80eb2855@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by turtle-in.mxes.net (Postfix) with ESMTP id EBB1D163DE2 for ; Tue, 13 May 2008 08:25:36 -0400 (EDT) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id C37F923E49F for ; Tue, 13 May 2008 08:25:34 -0400 (EDT) Date: Tue, 13 May 2008 13:25:31 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080513132531.4e124880@gumby.homeunix.com.> In-Reply-To: References: X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Which FTPs are most used by ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 12:42:17 -0000 On Mon, 12 May 2008 22:15:16 -0400 Francisco Reyes wrote: > I am about to install FreeBSD at a new job. They block ftp, along > with most other ports. You can set MASTER_SITE_REGEX= ^http: if you have http access. And fetch also supports ftp requests over http, if you have access to an http proxy that supports it > I may be able to get a whole open for the freebsd server to be able > to ftp from some specific machines. Any suggestions what machines I > should add to the list? > > For programs I know about I plan to do "make fetch-recursive" at home > and then copy the /usr/ports/distfile directory. make checksum-recursive is better