From owner-freebsd-questions Sun Dec 31 15:52: 8 2000 From owner-freebsd-questions@FreeBSD.ORG Sun Dec 31 15:52:04 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from inconnu.isu.edu (inconnu.isu.edu [134.50.8.55]) by hub.freebsd.org (Postfix) with ESMTP id EB57C37B400 for ; Sun, 31 Dec 2000 15:52:03 -0800 (PST) Received: from localhost (galt@localhost) by inconnu.isu.edu (8.9.3/8.9.3) with ESMTP id QAA14774; Sun, 31 Dec 2000 16:51:59 -0700 Date: Sun, 31 Dec 2000 16:51:59 -0700 (MST) From: John Galt To: Tim McMillen Cc: Peter Jones , freebsd-questions@FreeBSD.ORG Subject: Re: getting a directory with ftp In-Reply-To: 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 It's an ftpd function. Some are able to get .tar and automagically tar the directory up and send it. The other option is use mget in your client. This is strictly within the client--mget will ask the ftpd if its able to do some magic and if it's not, it'll just do repeated gets...HTH and have a good millennium... On Sat, 30 Dec 2000, Tim McMillen wrote: > > > Thank you very much. That worked perfectly. I take it the regular ftp > utility has no function to retrieve a directory? > > Tim > > On Sat, 30 Dec 2000, Peter Jones wrote: > > > I recommend installing lftp, it is in the ports collection and has > > a lot of cool features, one of which is the 'mirror' feature that > > allows you to recursivly 'get' a directory. > > > > cd /usr/ports/ftp/lftp ; make install > > lftp username@host > > cd /path/to/home > > lcd /where/to/put/it/local > > mirror > > > > On Sat, 30 Dec 2000, Tim McMillen wrote: > > > > > > > > > > > Hi, I'm trying to ftp my home directory from my university AFS space back > > > to my FreeBSD box for backup. But I can't use get to get my home > > > directory. I read the ftp man page, but there doesn't seem to be anything > > > about this. When I try I get the error > > > ftp> get timcm > > > local: timcm remote: timcm > > > 227 Entering Passive Mode (141,211,2,144,238,33) > > > 550 timcm: not a plain file. > > > > > > I'm assuming this is because it is a directory. Help would be appreciated > > > > > > Tim > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > -- > > ....................................................................... > > : Peter Jones : Unix Geek - Four Wheeling : > > : pjones@pmade.org : Code Writing - Jesus Freak : > > :....................................:................................: > > :echo er|perl -0160 -pe ';$;=ord$/;s;^;"\U$/".chr($\;-11).chr$\;+4;e;': > > :.....................................................................: > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Pardon me, but you have obviously mistaken me for someone who gives a damn. email galt@inconnu.isu.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message