From owner-freebsd-questions@FreeBSD.ORG Wed Aug 11 20:35:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5815716A4CE for ; Wed, 11 Aug 2004 20:35:54 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A4DC43D45 for ; Wed, 11 Aug 2004 20:35:53 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) i7BKZotS096220; Wed, 11 Aug 2004 22:35:51 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.11/8.12.11/Submit) id i7BKZod7096219; Wed, 11 Aug 2004 22:35:50 +0200 (CEST) (envelope-from marc) Date: Wed, 11 Aug 2004 22:35:50 +0200 From: Marc Fonvieille To: Danny Message-ID: <20040811203550.GD82824@abigail.blackend.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.10-PRERELEASE cc: questions@freebsd.org Subject: Re: Alternative to "get"? Trying to download a file via HTTP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2004 20:35:54 -0000 On Wed, Aug 11, 2004 at 04:29:11PM -0400, Danny wrote: > I am running FreeBSD 4.9R. My goal is to download an .tar.gz file from > an HTTP site? > > I thought "get" would do that, but it's not installed (unless the > command is not get). > > Any suggestions? > fetch is what you want (fetch is in the base system). Marc