From owner-freebsd-questions Sun Mar 17 23:26:39 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA04655 for questions-outgoing; Sun, 17 Mar 1996 23:26:39 -0800 (PST) Received: from kanto.cc.jyu.fi (kallio@kanto.cc.jyu.fi [130.234.1.2]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id XAA04649 for ; Sun, 17 Mar 1996 23:26:35 -0800 (PST) Received: (from kallio@localhost) by kanto.cc.jyu.fi (8.7.2/8.7.2) id JAA06375; Mon, 18 Mar 1996 09:26:27 +0200 (EET) Date: Mon, 18 Mar 1996 09:26:26 +0200 (EET) From: Seppo Kallio To: dwhite@resnet.uoregon.edu cc: Luis Cortez , questions@FreeBSD.ORG Subject: Re: How to download to floppy disks? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 15 Mar 1996, Doug White wrote: > No. If you use FTP, you can use mget to fetch the entire directory. If you want to download everything from directory tree FreeBSD-2.1-RELEASE use the command get FreeBSD-2.1-RELEASE.tar It will push everything in one tar file and transfer it to you. mget does not create the subdirectories. Seppo