From owner-freebsd-questions@FreeBSD.ORG Wed Aug 11 20:29:12 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 14A3F16A4CE for ; Wed, 11 Aug 2004 20:29:12 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id C435443D55 for ; Wed, 11 Aug 2004 20:29:11 +0000 (GMT) (envelope-from nocmonkey@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so207199rnl for ; Wed, 11 Aug 2004 13:29:11 -0700 (PDT) Received: by 10.38.11.79 with SMTP id 79mr2144200rnk; Wed, 11 Aug 2004 13:29:11 -0700 (PDT) Message-ID: Date: Wed, 11 Aug 2004 16:29:11 -0400 From: Danny To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: 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:29:12 -0000 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? Thank you, ...D