+FTP_MIRROR, Utilities, Manage an FTP MirrorFTP_MIRROR V1.0-5, 8-NOV-2002Copyright © 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 GoatleyGThis code may be freely distributed and modified for no commercial gainGas 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 5Hacked a lot by Richard Levitte 9Features added by Hunter Goatley 2Features added by Dick Munroe --------------------HFTP_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 updatedLfiles are placed on the remote system and will FTP them to the local system.MDue to the different commands used by FTP Clients, only a few FTP Clients areKsupported. 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 LimitationsE - Does not detect when a file has been deleted from the remote siteK - Starting with release 17, the procedure uses a lot of DCL symbols if itI needs to keep track of symbolic links. This may cause you to run outJ 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.3Please send bug reports to