home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.unix.aix:12854 comp.unix.misc:4732 comp.unix.questions:14979 alt.bbs.internet:4830
- Newsgroups: comp.protocol.misc,comp.unix.aix,comp.unix.misc,comp.unix.questions,alt.bbs.internet
- Path: sparky!uunet!wupost!csus.edu!netcom.com!messina
- From: messina@netcom.com (Tony Porczyk)
- Subject: Re: Recursive get for ftp
- Message-ID: <1992Dec26.233803.6844@netcom.com>
- Organization: Messina Software
- References: <1992Dec26.161412.150935@ua1ix.ua.edu>
- Date: Sat, 26 Dec 1992 23:38:03 GMT
- Lines: 14
-
- totake@ho10.eng.ua.edu () writes:
-
- >Hi,
-
- >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
- >retrieve all files in a directory as well as all files in all subdirectories,
- >not only the first level, but all levels below the current directory level,
- >i.e. the entire directory structure with all the files. I tried mget but it
- >only retrieves files in the current directory and files in first level of
-
- Did you try COPY -R <blah-blah> ?
-
- t.
-