home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / aix / 12854 < prev    next >
Encoding:
Internet Message Format  |  1992-12-26  |  1.0 KB

  1. Xref: sparky comp.unix.aix:12854 comp.unix.misc:4732 comp.unix.questions:14979 alt.bbs.internet:4830
  2. Newsgroups: comp.protocol.misc,comp.unix.aix,comp.unix.misc,comp.unix.questions,alt.bbs.internet
  3. Path: sparky!uunet!wupost!csus.edu!netcom.com!messina
  4. From: messina@netcom.com (Tony Porczyk)
  5. Subject: Re: Recursive get for ftp
  6. Message-ID: <1992Dec26.233803.6844@netcom.com>
  7. Organization: Messina Software
  8. References: <1992Dec26.161412.150935@ua1ix.ua.edu>
  9. Date: Sat, 26 Dec 1992 23:38:03 GMT
  10. Lines: 14
  11.  
  12. totake@ho10.eng.ua.edu () writes:
  13.  
  14. >Hi,
  15.  
  16. >I am looking for a way to transfer files using ftp from a remote site to my
  17. >current account.  In particular I need a command for ftp to recursively
  18. >retrieve all files in a directory as well as all files in all subdirectories,
  19. >not only the first level, but all levels below the current directory level,
  20. >i.e. the entire directory structure with all the files.  I tried mget but it
  21. >only retrieves files in the current directory and files in first level of
  22.  
  23. Did you try COPY -R <blah-blah> ?
  24.  
  25. t.
  26.