From owner-freebsd-questions Thu Jan 7 16:09:30 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00206 for freebsd-questions-outgoing; Thu, 7 Jan 1999 16:09:30 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from peacock.tci.com (coral.tci.com [198.178.8.81]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA00200 for ; Thu, 7 Jan 1999 16:09:26 -0800 (PST) (envelope-from chris@tci.com) Received: from oreo.tci.com (co-chris-pc01.tci.com [172.18.27.65]) by peacock.tci.com (8.9.0/8.9.0) with ESMTP id RAA21880; Thu, 7 Jan 1999 17:08:56 -0700 (MST) Received: from tci.com (localhost [127.0.0.1]) by oreo.tci.com (8.9.1b+Sun/8.9.1) with ESMTP id RAA01654; Thu, 7 Jan 1999 17:08:37 -0700 (MST) Message-ID: <36954C85.C04E0602@tci.com> Date: Thu, 07 Jan 1999 17:08:37 -0700 From: Chris Tubutis Organization: Tele-Communications, Inc. X-Mailer: Mozilla 4.5 [en] (X11; U; SunOS 5.7 sun4m) X-Accept-Language: en MIME-Version: 1.0 To: "N. R.R." CC: freebsd-questions@FreeBSD.ORG Subject: Re: netscape ftp problem References: <19990108000224.9104.qmail@hotmail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > and it downloaded the whole thing successfully. However, when I went to > uncompress it, the file was named: > > navigator-v45-export.x86-unknown-freebsd.tar This is a feature; it's been uncompressed for you already. Now, all you need to do is untar it: $ tar xvf nav*tar (assuming you have no other filenames that would get caught by that). I think this creates a subdirectory (if it doesn't, it should) with the various files in it; cd into it, then RTFM. ct To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message