home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.protocols.misc:899 comp.unix.aix:12859 comp.unix.misc:4733 comp.unix.questions:14982 alt.bbs.internet:4834
- Newsgroups: comp.protocols.misc,comp.unix.aix,comp.unix.misc,comp.unix.questions,alt.bbs.internet
- Path: sparky!uunet!cs.utexas.edu!uwm.edu!linac!att!att!fang!gator!larry
- From: larry@gator.use.com (Larry Snyder)
- Subject: Re: Recursive get for ftp
- Message-ID: <Bzx8qo.EEL@gator.use.com>
- Organization: Gator Communications - Feeds-R-Us 219-289-3745
- References: <1992Dec26.161412.150935@ua1ix.ua.edu>
- Date: Sun, 27 Dec 1992 14:11:12 GMT
- Lines: 18
-
- totake@ho10.eng.ua.edu () writes:
-
- >I am looking for a way to transfer files using ftp from a remote site to my
- >current account. In particular I need a command for ftp to recursively
-
- how about rcp?
-
- or you could create a tar file using tar, ftp it (or rcp) it,
- then crack it open on the other machine..
-
- other options might include a nfs mount, followed by a
- find . -depth -print | cpio -pdm
-
-
-
- --
- Larry Snyder internet: larry@gator.use.com
- keeper of the Gator uucp: uunet!gator!larry
-