home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / admin / mirror.README < prev    next >
Encoding:
Text File  |  1994-01-07  |  935 b   |  28 lines

  1. This is a perl package to mirror a remote archive via ftp.
  2. I wrote it for my archiving work and not as an alternative to
  3. rdist or rcp.
  4.  
  5. This is a first draft - it hasn't been run a lot so there will be bugs
  6. in it.  Nor have all the keywords been implemented.  See the manual
  7. page for more details.
  8.  
  9. It uses the ftp.pl package by: Alan R. Martello <al@ee.pitt.edu>
  10. which uses the chat2.pl package by: Randal L. Schwartz <merlyn@iwarp.intel.com>
  11.  
  12. To install you can either run from this source direcory or copy
  13. mirror.pl into a suitable bin and the .pl scripts into some suitable
  14. lib given in your $PERLLIB.
  15.  
  16. I am very interested in any proposed additions.  If they would be
  17. useful for you then they would probably be useful for me.
  18.  
  19. The lastest version of mirror can be found in:
  20.     # UKUUG archive 146.169.3.7
  21.     package=mirror
  22.         site=src.doc.ic.ac.uk
  23.         remote_dir=archiving
  24.         get_patt=mirror.shar
  25.  
  26. I can be reached as:
  27.     lmjm@doc.ic.ac.uk
  28.