+ FTP_MIRROR, Utilities, Manage an FTP Mirror    FTP_MIRROR V1.0-5,  8-NOV-2002   Copyright  1994, Dan Wing. # Copyright  1997, MadGoat Software. " Copyright @ 1998, Richard Levitte. Copyright @ 2000, Dick Munroe * Copyright  2000 by Dr. Martin P. J. Zinser( Copyright  2001, 2002 by Hunter Goatley  G This code may be freely distributed and modified for no commercial gain G as long as this copyright notice is retained.  This program is supplied  'as-is', and with no warranty.  > Created September 21, 1994, by Dan Wing, TGV <dwing@Cisco.com>5 Hacked a lot by Richard Levitte <richard@levitte.org> 9 Features added by Hunter Goatley <goathunter@goatley.com> 2 Features added by Dick Munroe <munroe@acornsw.com>   --------------------H FTP_MIRROR is a DCL command procedure that can be used to set up a localL "mirror" of a remote FTP site.  It automatically detects when new or updatedL files are placed on the remote system and will FTP them to the local system.  M Due to the different commands used by FTP Clients, only a few FTP Clients are K supported.  Due to the different output generated by different FTP Servers, > parsing routines have only been written for a few FTP Servers.  6   o one of the following FTP Clients (on your system):       - MultiNet$       - HGFTP (formerly MadGoat FTP)       - TCPware $       - UCX (Compaq TCP/IP Services)  M   o mirrored against one of the following FTP Servers (on the remote system):        - MultiNet$       - HGFTP (formerly MadGoat FTP)       - TCPware        - Unix   Limitations   E   - Does not detect when a file has been deleted from the remote site   K   - Starting with release 17, the procedure uses a lot of DCL symbols if it I     needs to keep track of symbolic links.  This may cause you to run out J     of space for symbols (DCL_W_SYMOVF).  In this event, you may do one of     three things: P     1.  Increase the number of CTLPAGES allocated for each process (use AUTOGEN)4         and set MIN_CTLPAGES to some "large" number.  F     2.  Break the transfer into more than one job (which may result in         duplicating some data).   $     3.  Set DEREFERENCE_LINKS to NO.  3 Please send bug reports to <goathunter@goatley.com>   