Date: Sun, 15 Apr 2001 13:25:03 -0400 (EDT) From: "Elliot L. Tobin" <tobin@mail.eecis.udel.edu> To: "Nicholas A. de Laczkovich-Siddiqi" <grinner@gmx.at> Cc: freebsd-questions@freebsd.org Subject: Re: Ftp Prog Message-ID: <Pine.GSO.4.31.0104151321590.5907-100000@ren.eecis.udel.edu> In-Reply-To: <5.0.2.1.2.20010415131703.00a36ec0@pop.gmx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <tobin@cis.udel.edu> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.31.0104151321590.5907-100000>