From owner-freebsd-questions Sun Apr 15 10:25:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.eecis.udel.edu (louie.udel.edu [128.175.2.33]) by hub.freebsd.org (Postfix) with SMTP id 67AC737B43E for ; Sun, 15 Apr 2001 10:25:28 -0700 (PDT) (envelope-from tobin@mail.eecis.udel.edu) Received: from ren.eecis.udel.edu by mail.eecis.udel.edu id aa11907; 15 Apr 2001 13:25 EDT Date: Sun, 15 Apr 2001 13:25:03 -0400 (EDT) From: "Elliot L. Tobin" X-X-Sender: To: "Nicholas A. de Laczkovich-Siddiqi" Cc: freebsd-questions@freebsd.org MMDF-Warning: Parse error in original version of preceding line at mail.eecis.udel.edu Subject: Re: Ftp Prog In-Reply-To: <5.0.2.1.2.20010415131703.00a36ec0@pop.gmx.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Use the standard ftp client, /usr/bin/ftp, and when you want to download an entire directory, issue these commands, in order: ftp> cd /into/dir ftp> prompt off ftp> mget * Then in your current directory, the contents of /into/dir will be found. ------------------------------------------------------> Elliot L. Tobin - UD/CS '02 Univ. of Delaware - Computer Science, Economics -----------------------------------------------------> On Sun, 15 Apr 2001, Nicholas A. de Laczkovich-Siddiqi wrote: ->Sorry if this is a stupid question, but i am very new at FreeBSD. ->Is there an ftp prog where one can download the contents of a whole ->directory, without having to specify each file? I.e. get the games dir on ->the freebsd server? ->Any Help is very much appreciated. ->Nicholas -> ->--------------------------------- ->Stand your Ground Troops! This shall be our finest Hour!!! -> - Famous last words -> -> ->To Unsubscribe: send mail to majordomo@FreeBSD.org ->with "unsubscribe freebsd-questions" in the body of the message -> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message