From owner-freebsd-questions Tue Jan 11 3:27:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id A481514F19 for ; Tue, 11 Jan 2000 03:27:29 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 127zRp-0003RX-00; Tue, 11 Jan 2000 13:26:49 +0200 From: Sheldon Hearn To: Peter Kok Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: ftp to transfer whole directory In-reply-to: Your message of "Tue, 11 Jan 2000 19:16:54 +0800." <387B1126.E9501AFF@stlinux.ouhk.edu.hk> Date: Tue, 11 Jan 2000 13:26:48 +0200 Message-ID: <13236.947590008@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 11 Jan 2000 19:16:54 +0800, Peter Kok wrote: > How do I use ftp to transfer the whole directory? Provided you don't want the subdirectories of the current directory as well, you can do: prompt mget * If you need the subdirectory and the remote server doesn't support tar archive downloads, you'll need to install a 3rd-party FTP client. There are lots of them. Don't ask for opinions, just try all the clients in the ftp category of the ports collection: http://www.freebsd.org/ports/ftp.html Pick the one you like the most. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message