8 MGFTP022.A MGFTP022.ARBACKUP/INTERCHANGE/BLOCK=8192 KITINSTAL.COM,MGFTP022.RELEASE_NOTES MGFTP022.A/SAVE GOATHUNTER  yE7.1 _GENE:: _GENE$DKA100: V6.2  *[FTP.KIT]KITINSTAL.COM;5+,.$/ 4d$!0-~J0123KPWO"56e?t7 y89GHJ$! [FTP.KIT]KITINSTAL.COM$!8$! KITINSTAL procedure for installing MadGoat FTP V2.2.D$! Copyright 1994,1996 by MadGoat Software. All rights reserved.$! $!-----------*$ ON CONTROL_Y THEN VMI$CALLBACK CONTROL_Y$ ON WARNING THEN EXIT $STATUS2$ IF P1 .EQS. "VMI$_INSTALL" THEN GOTO FTP_INSTALL$ EXIT VMI$_UNSUPPORTED$!$ FTP_INSTALL:$ IF P2 THEN SET VERIFY$ ftp_say := write sys$output$ link := link/nouserlibrary$!.$! Determine architecture type (VAX or Alpha)$!!$ IF f$getsyi("HW_MODEL").lt.1024$ THEN $ ftp_vax = 1$ ftp_alpha = 0$ netlib_vax = 1$ netlib_axp = 0$ netlib_saveset = "B" $ sysexe = ""$ ftp_reqd_vmsver = "V5.0"$ ftp_reqd_vmsver_old = "050"C$ vmi$callback check_vms_version ftp_vmsverok 'ftp_reqd_vmsver_old'$ if .not. ftp_vmsverok$ then%$ vmi$callback message e vmsver -@ "This product requires VMS version ''ftp_reqd_vmsver' to run."$ exit VMI$_FAILURE$ endif$ obj = ".OBJ"$ opt = ".OPT"$ olb = ".OLB"$ ELSE $ ftp_vax = 0$ ftp_alpha = 1$ netlib_vax = 0$ netlib_axp = 1$ netlib_saveset = "C"$ sysexe = "/SYSEXE"$ obj = ".ALPHA_OBJ"$ opt = ".ALPHA_OPT"$ olb = ".ALPHA_OLB"$ ENDIF$!$!++ $! checks$!--4$ VMI$CALLBACK CHECK_NET_UTILIZATION FTP_ENOUGH 5000,$ IF .NOT. ftp_ENOUGH THEN EXIT VMI$_FAILURE"$ if f$trnlnm("FTP_INSTALL_DEBUG")$ then ftp_debug = 1$ else ftp_debug = 0$ endif$!++$! purge and IVP$!--$ type SYS$INPUT! MadGoat FTP V2.2 InstallationA Copyright 1994,1996 MadGoat Software. All rights reserved.7 Redistribution for no commercial gain is permitted.$ VMI$CALLBACK SET PURGE ASK$ VMI$CALLBACK SET IVP NO$! *$ ftp_cluster = f$getsyi("CLUSTER_MEMBER")$ if FTP_CLUSTER$ then type sys$input# Mixed VAX and Alpha VMSclusters! -----------------------------E This system is part of a VMScluster. If this VMScluster includesH both VAX and Alpha systems that will share a MadGoat directory tree,D it will be necessary to install MadGoat FTP twice: once on a VAXH system and once on an Alpha system. It is only necessary to installB the FULL MadGoat FTP kit on one type of system (VAX or Alpha).@ The dual installation is required because the FTP images areE linked during installation. However, when installing MadGoat FTPG on the second system, you may elect to install only the executablesG to avoid the need to reinstall files that are platform-independent.G The full MadGoat FTP installation MUST be installed from one of the systems for it to work.&$ VMI$CALLBACK ASK FTP_Alpha_AND_VAX -B "Does this VMScluster include both VAX and Alpha systems" "NO" B$ if .not.ftp_alpha_and_vax$ then ftp_install_exe_only = 0$ goto FTP_ASK_FOR_DIR$ endif$ type sys$inputJ MadGoat FTP for Alpha and for VAX can share a common MadGoat directoryG tree, if desired. When supplying MadGoat directory information, beD sure a common disk is specified. Avoid using logical names likeG SYS$SYSDEVICE, because the two types of systems cannot share system disks!F If you elect to install NETLIB, you should specify that the NETLIBE images should be installed in MADGOAT_ROOT:[EXE] for VAXen and in/ MADGOAT_ROOT:[ALPHA_EXE] for Alpha systems.'$ VMI$CALLBACK ASK FTP_Alpha_AND_VAX1 -M "Will the VAX and Alpha systems share a common MadGoat directory" "YES" B6$ if .not.ftp_alpha_and_vax1 then goto FTP_ASK_FOR_DIR $ if ftp_vax$ then ftp_system_type = "VAX"$ ftp_other_type = "Alpha"$ ftp_article = "an" $ else ftp_system_type = "Alpha"$ ftp_other_type = "VAX"$ ftp_article = "a"$ endifO$ clustquest = f$fao("Has MadGoat FTP !AS already been installed on !AS !AS "+-@ "system in this cluster", "V2.2", ftp_article, ftp_other_type)<$ VMI$CALLBACK ASK FTP_Alpha_AND_VAX2 "''clustquest'" "NO" B$ if ftp_alpha_and_vax2.$ then VMI$CALLBACK ASK FTP_INSTALL_EXE_ONLY -L "Do you wish to install only the ''ftp_system_type' executables" "YES" B$ else ftp_install_exe_only = 0$ endif$!2$ if ftp_alpha_and_vax2 .and. ftp_install_exe_only$ then ftp_say ""J$ ftp_say " Only the ''ftp_system_type' executables will be installed" $ ftp_say ""@$ VMI$CALLBACK ASK ftp_alpha_and_vax3 "Is this correct" "YES" B;$ if .not.ftp_alpha_and_vax3 then ftp_install_exe_only = 0$ endif$ else !IF ftp_cluster$ ftp_install_exe_only = 0$ endif !IF ftp_cluster$!$ FTP_ASK_FOR_DIR:$!++$! ask questions$!--$ type sys$input9 Configuring Base MadGoat FTP Directories and Logicals9 -----------------------------------------------------F MadGoat software is installed in its own rooted directory to avoidI mixing MadGoat files with normal VMS files. The directory can reside on any disk.I THERE ARE NO FILES COPIED TO SYS$SYSTEM, SYS$LIBRARY, etc. (The onlyF file copied to a VMS directory is the Release Notes file, which is copied to SYS$HELP.):$ IF f$trnlnm("MADGOAT_ROOT","LNM$SYSTEM_TABLE") .eqs. ""1$ then ftp_def_root = "SYS$SYSDEVICE:[MADGOAT.]">$ if ftp_debug then say "DEBUG - Using default directory spec"Q$ else ftp_def_root = f$parse("MADGOAT_ROOT:[000000]",,,"DEVICE","NO_CONCEAL")+-B f$parse("MADGOAT_ROOT:[000000]",,,"DIRECTORY","NO_CONCEAL"),$ ftp_def_root = ftp_def_root - "[000000]">$ if ftp_debug then say "DEBUG - Using defined directory spec"$ endif+$ ftp_def_root = ftp_def_root - ".]" + "]"$ VMI$CALLBACK ASK ftp_root -A "Enter the top-level directory for the MadGoat root directory" - "''ftp_def_root'";$ ftp_root = f$parse(ftp_root,,,"DEVICE","NO_CONCEAL") + -- f$parse(ftp_root,,,"DIRECTORY","NO_CONCEAL")$ y = f$locate(".][",ftp_root)$$ if y.ne.f$length(ftp_root) then -) ftp_root = f$extract(0,y+1,ftp_root) + - f$extract(y+3,256,ftp_root)$ ftp_root = ftp_root - "]"9$ define madgoat_root 'ftp_root'.]/translation=concealed$ if ftp_alpha0$ then ftp_exe_dir = "madgoat_root:[alpha_exe]"*$ else ftp_exe_dir = "madgoat_root:[exe]"$ endif$!?$ if ftp_debug then say "DEBUG - Creating top-level directory"0$ IF F$SEARCH("''FTP_ROOT']*.*").eqs."" then -2$ VMI$CALLBACK CREATE_DIRECTORY USER 'FTP_ROOT'] -0 "/OWNER=[1,4]/PROT=(S:RWE,O:RWE,G:RE,W:E)"4$ IF F$SEARCH("''FTP_ROOT']EXE.DIR").eqs."" then -5 VMI$CALLBACK CREATE_DIRECTORY USER 'FTP_ROOT'.EXE] -0 "/OWNER=[1,4]/PROT=(S:RWE,O:RWE,G:RE,W:E)":$ IF F$SEARCH("''FTP_ROOT']ALPHA_EXE.DIR").eqs."" then -; VMI$CALLBACK CREATE_DIRECTORY USER 'FTP_ROOT'.ALPHA_EXE] -0 "/OWNER=[1,4]/PROT=(S:RWE,O:RWE,G:RE,W:E)"$!%$! Find out what should be installed$!=$ if ftp_install_exe_only then goto ftp_ask_about_dcl_command$ type sys$input$ Selecting MadGoat FTP Components$ --------------------------------G The MadGoat FTP client and server are normally installed by linkingJ the object files packed with the kit. The installation will also giveD you a chance to add the FTP DCL command and on-line help to your system.J The MadGoat x MGFTP022.A~J[FTP.KIT]KITINSTAL.COM;5d$FTP sources are also provided. You can either install theE products and the sources, or you can install the sources only and rebuild them by hand.H If you only want to install the sources and want to skip the product5 installations, enter YES to the following prompt.$ VMI$CALLBACK ASK - ftp_do_sources_only -< "Do you want to install ONLY the sources for MadGoat FTP" - NO B$ if ftp_do_sources_only$ then say ""?$ VMI$CALLBACK MESSAGE I PSKIP "Skipping product installations"$ ftp_do_sources = 1$ ftp_do_links = 0$ goto Start_Installing$ endif$ type SYS$INPUTJ The answer to the following question will determine whether the source> files for the MadGoat FTP client and server are installed.$ VMI$CALLBACK ASK - ftp_do_sources -7 "Do you want to install the sources for MadGoat FTP" - YES B$ type SYS$INPUTF Documentation for MadGoat FTP comes in Bookreader, PostScript, andH ASCII text file formats. If you elect to install the documentation,3 the files will be placed in MADGOAT_ROOT:[DOC].$ VMI$CALLBACK ASK - ftp_do_docs -= "Do you want to install the documentation for MadGoat FTP" - YES B$ write sys$output ""$ ftp_ask_about_dcl_command:$ type SYS$INPUT@ The MadGoat FTP client DCL command, FTP, can be added to theH system-wide DCLTABLES, making the command available to all users, or+ it can be defined as a foreign command. $ VMI$CALLBACK ASK ftp_do_cmd -3 "Do you want to add the FTP command to DCLTABLES"- YES B $ ftp_say ""$ VMI$CALLBACK ASK - ftp_do_help -A "Do you want to add the MadGoat FTP client help to a library" - YES - B$ if ftp_do_help$ then type SYS$INPUTF This installation updates the help library so that the DCL commandG "$ HELP FTP" will provide information about the MadGoat FTP client.D There are several help libraries into which the help file can be placed. Some of them are:' SYS$SYSROOT:[SYSHLP]HELPLIB.HLB>$ if f$trnlnm("HLP$LIBRARY","LNM$SYSTEM_TABLE").nes."" then -I write sys$output " ''f$trnlnm("HLP$LIBRARY","LNM$SYSTEM_TABLE")'"@$ if f$trnlnm("HLP$LIBRARY_1","LNM$SYSTEM_TABLE").nes."" then -K write sys$output " ''f$trnlnm("HLP$LIBRARY_1","LNM$SYSTEM_TABLE")'"@$ if f$trnlnm("HLP$LIBRARY_2","LNM$SYSTEM_TABLE").nes."" then -K write sys$output " ''f$trnlnm("HLP$LIBRARY_2","LNM$SYSTEM_TABLE")'"@$ if f$trnlnm("HLP$LIBRARY_3","LNM$SYSTEM_TABLE").nes."" then -K write sys$output " ''f$trnlnm("HLP$LIBRARY_3","LNM$SYSTEM_TABLE")'"$ write sys$output """$ VMI$CALLBACK ASK ftp_help_lib -= "To which library should MadGoat FTP client help be added" -# "SYS$SYSROOT:[SYSHLP]HELPLIB.HLB" 7$ ftp_help_lib = f$parse(ftp_help_lib,"SYS$HELP:.HLB")$ else ftp_help_lib = ""$ endif$! $! Check on NETLIB$!E$ ftp_netlib_exists = f$search("NETLIB_DIR:NETLIB_SHRXFR.EXE").nes.""$ if .not.ftp_netlib_exists$ then type sys$Input9 The MadGoat FTP software requires the NETLIB library.$ ftp_do_netlib = 1$ else type sys$inputA A version of the NETLIB library for TCP/IP support is already installed on this system./ MadGoat FTP requires NETLIB V2.0 or higher.$ VMI$CALLBACK ASK - ftp_do_netlib -4 "Do you want to install the NETLIB V2.0 library" - YES - B$ endif$!$! $ IF ftp_do_netlib$ THEN$ TYPE SYS$INPUT:5 Now installing NETLIB library for TCP/IP support.1$ VMI$CALLBACK RESTORE_SAVESET 'netlib_saveset'D$ FTP_NETLIB_RELNOT = F$SEARCH ("VMI$KWD:NETLIB%%%.RELEASE_NOTES")!$ IF FTP_NETLIB_RELNOT .NES. ""$ THENA$ FTP_NETLIB_RELNOT = F$PARSE (FTP_NETLIB_RELNOT,,,"NAME") +-7 F$PARSE (FTP_NETLIB_RELNOT,,,"TYPE")K$ VMI$CALLBACK PROVIDE_FILE FTP_OK 'FTP_NETLIB_RELNOT' VMI$ROOT:[SYSHLP]?$ FTP_NETLIB_PRODNAME = F$PARSE (FTP_NETLIB_RELNOT,,,"NAME");$ FTP_NETLIB_PRODVER = FTP_NETLIB_PRODNAME - "NETLIB"G$ FTP_NETLIB_VER = "V" + F$EXTRACT (0,2,FTP_NETLIB_PRODVER) + "." +-, F$EXTRACT (2,-1,FTP_NETLIB_PRODVER)6$ IF F$EXTRACT (1,1,FTP_NETLIB_VER) .EQS. "0" THEN-. FTP_NETLIB_VER = FTP_NETLIB_VER - "0"&$ VMI$CALLBACK MESSAGE I NETLRNOT -O "Release notes for NETLIB ''FTP_NETLIB_VER' have been copied to SYS$HELP."$ ELSE&$ FTP_NETLIB_PRODNAME = "NETLIB020" $ ENDIF"$ define netlib_oem_install true"$ FTP_SAVE_PRODUCT = VMI$PRODUCT%$ VMI$PRODUCT = FTP_NETLIB_PRODNAME$ @VMI$KWD:NETLIB_INSTALL"$ VMI$PRODUCT = FTP_SAVE_PRODUCT$ deassign netlib_oem_install.$ DEFINE NETLIB_SHRXFR VMI$KWD:NETLIB_SHRXFR$!$ ELSE1$ DEFINE NETLIB_SHRXFR NETLIB_DIR:NETLIB_SHRXFR$ ENDIF$!$ Start_Installing:$ type SYS$INPUTJ No further questions will be asked. The MadGoat FTP installation willI now continue for 2 to 15 minutes, depending on your type of media and the system configuration.4$ IF F$SEARCH("''FTP_ROOT']COM.DIR").eqs."" then -5 VMI$CALLBACK CREATE_DIRECTORY USER 'FTP_ROOT'.COM] -0 "/OWNER=[1,4]/PROT=(S:RWE,O:RWE,G:RE,W:E)"5$ IF F$SEARCH("''FTP_ROOT']DATA.DIR").eqs."" then -6 VMI$CALLBACK CREATE_DIRECTORY USER 'FTP_ROOT'.DATA] -0 "/OWNER=[1,4]/PROT=(S:RWE,O:RWE,G:RE,W:E)"5$ IF F$SEARCH("''FTP_ROOT']LOGS.DIR").eqs."" then -6 VMI$CALLBACK CREATE_DIRECTORY USER 'FTP_ROOT'.LOGS] -0 "/OWNER=[1,4]/PROT=(S:RWE,O:RWE,G:RE,W:E)"4$ IF F$SEARCH("''FTP_ROOT']DOC.DIR").eqs."" then -5 VMI$CALLBACK CREATE_DIRECTORY USER 'FTP_ROOT'.DOC] -0 "/OWNER=[1,4]/PROT=(S:RWE,O:RWE,G:RE,W:E)"5$ IF F$SEARCH("''FTP_ROOT']HELP.DIR").eqs."" then -6 VMI$CALLBACK CREATE_DIRECTORY USER 'FTP_ROOT'.HELP] -0 "/OWNER=[1,4]/PROT=(S:RWE,O:RWE,G:RE,W:E)"8$ IF F$SEARCH("''FTP_ROOT']SOURCES.DIR").eqs."" then -9 VMI$CALLBACK CREATE_DIRECTORY USER 'FTP_ROOT'.SOURCES] -0 "/OWNER=[1,4]/PROT=(S:RWE,O:RWE,G:RE,W:E)"<$ IF F$SEARCH("''FTP_ROOT'.SOURCES]FTP.DIR").eqs."" then -= VMI$CALLBACK CREATE_DIRECTORY USER 'FTP_ROOT'.SOURCES.FTP] -0 "/OWNER=[1,4]/PROT=(S:RWE,O:RWE,G:RE,W:E)"$!$! Provide the files$!7$ if ftp_install_exe_only then ftp_do_sources_only = 07$ if ftp_do_sources_only then goto FTP_INSTALL_SOURCES!$ VMI$CALLBACK RESTORE_SAVESET D:$ if ftp_debug then say "DEBUG - Doing FTP image install"9$ VMI$CALLBACK MESSAGE I LINKING "Linking image FTP...."N$ LINK/NOTRACE/EXE=VMI$KWD:FTP.EXE VMI$KWD:FTP'OPT'/OPTION,FTP.VERSION/OPTION;$ VMI$CALLBACK PROVIDE_IMAGE FTP_TMP FTP.EXE 'ftp_exe_dir'B$ VMI$CALLBACK MESSAGE I LINKING "Linking image FTP_LISTENER...."`$ LINK/NOTRACE/EXE=VMI$KWD:FTP_LISTENER.EXE VMI$KWD:FTP_LISTENER'OPT'/OPTION,FTP.VERSION/OPTIOND$ VMI$CALLBACK PROVIDE_IMAGE FTP_TMP FTP_LISTENER.EXE 'ftp_exe_dir'@$ VMI$CALLBACK MESSAGE I LINKING "Linking image FTP_SERVER...."d$ LINK/NOTRACE'SYSEXE'/EXE=VMI$KWD:FTP_SERVER.EXE VMI$KWD:FTP_SERVER'OPT'/OPTION,FTP.VERSION/OPTIONB$ VMI$CALLBACK PROVIDE_IMAGE FTP_TMP FTP_SERVER.EXE 'ftp_exe_dir'C$ if ftp_debug then say "DEBUG - Updating library ''ftp_help_lib'"$ if ftp_do_help then - VMI$CALLBACK UPDATE_LIBRARY - VMI$ - 'ftp_help_lib' - HELP - "/REPLACE" - VMI$KWD:FTP_COMMAND.HLP8$ if ftp_debug then say "DEBUG - Providing FTP command"$ if ftp_do_cmd then -2 VMI$CALLBACK PROVIDE_DCL_COMMAND VMI$KWD:FTP.CLD-$ if ftp_install_exe_only then goto FTP_DONE:$ if ftp_debug then say "DEBUG - Providing startup files"6$ VMI$CALLBACK PROVIDE_FILE "" FTP_COM_FILES.TXT "" T$ write sys$output ""$ if ftp_do_docsE$ then VMI$CALLBACK MESe MGFTP022.A~J[FTP.KIT]KITINSTAL.COM;5d$SAGE I INSTDOC "Installing documentation...."$ write sys$output "" $ VMI$CALLBACK RESTORE_SAVESET E$ write sys$output ""$ endif<$!$ if ftp_debug then say "DEBUG - Providing RELEASE_NOTES"?$!$ VMI$CALLBACK PROVIDE_FILE FTP_TMP MGFTP020.RELEASE_NOTES -$! 'ftp_root'.DOC]:$ if ftp_debug then say "DEBUG - Providing FTP_DOC_FILES"J$ if ftp_do_docs then VMI$CALLBACK PROVIDE_FILE "" FTP_DOC_FILES.TXT "" TJ$ VMI$CALLBACK PROVIDE_FILE FTP_TMP MADGOAT_FTP_HELP.HLB 'ftp_root'.HELP]E$ VMI$CALLBACK PROVIDE_FILE FTP_TMP FTP_COMMAND.HLP 'ftp_root'.HELP]:$ VMI$CALLBACK PROVIDE_FILE FTP_TMP FTP.CLD 'ftp_exe_dir'$ FTP_INSTALL_SOURCES:$ if ftp_do_sources@$ then VMI$CALLBACK MESSAGE I INSTDOC "Installing sources...."$ write sys$output ""!$ VMI$CALLBACK RESTORE_SAVESET F$ write sys$output ""6$ if ftp_debug then say "DEBUG - Providing SRC_FILES"6$ VMI$CALLBACK PROVIDE_FILE "" FTP_SRC_FILES.TXT "" T$ endif+$ if ftp_do_sources_only then goto FTP_DONE$ type SYS$INPUTJ To install the MadGoat FTP images and define the MADGOAT_ROOT logical," execute the following command.I To automate this procedure at system startup, you should also add the: following line to the system startup command procedure< (SYSTARTUP_V5.COM or SYSTARTUP_VMS.COM in SYS$MANAGER:).B$ write sys$output " $ @''ftp_root'.COM]FTP_STARTUP.COM"$ type SYS$INPUTC If you do not want to run the MadGoat FTP server, then use this command instead:N$ write sys$output " $ @''ftp_root'.COM]FTP_STARTUP.COM CLIENT_ONLY"$ write sys$output ""t$!++$! done $!-- $ FTP_DONE:9$ EXIT VMI$_SUCCESS.$ delete_file : SUBROUTINE2$ VMI$CALLBACK FIND_FILE FTP_TEMP 'p1' "" S found8$ IF found .eqs. "S" then VMI$CALLBACK DELETE_FILE 'p1'$ exit"$ ENDSUBROUTINESLL$ EXIT VMI$_UNSUPPORTED$!$ FTP_INSTALL:$ IF P2 THEN SET VERIFY$ ftp_say := write sys$output$ link := link/nouserlibrary$!.$! Determine architecture type (VAX or Alpha)$!!$ IF f$getsyn MGFTP022.A` ~J![FTP.KIT]MGFTP022.RELEASE_NOTES;6L?8 !*[FTP.KIT]MGFTP022.RELEASE_NOTES;6+,` .8/ 4L85?-~J0123KPWO656#w y7 y89GHJ # MadGoat FTP Release Notes September 1996: This file contains the release notes for MadGoat> FTP V2.2-1. It describes any features, restrictions,@ changes, or additions made to the MadGoat FTP software? in this release, and includes information that is not; provided elsewhere in the MadGoat FTP manual set.= Revision/Update Information: This is a new manual.A Operating System and Version: OpenVMS VAX V5.0 or later= OpenVMS Alpha V1.0 or- later: Software Version: MadGoat FTP V2.2-1 Hunter Goatley MadGoat Software  " ________________________ 1 September 1996= Permission is granted to copy and redistribute this* document for no commercial gain.? The information in this document is subject to change9 without notice and should not be construed as a9 commitment by MadGoat Software. The authors and; MadGoat Software assume no responsibility for any2 errors that may appear in this document.= DISCLAIMER: The software described in this document: is provided "as is." No guarantee is made by the< authors or MadGoat Software as to the suitability,> reliability, security, usefulness, or performance of this software.; The following are trademarks of Digital Equipment Corporation:> AXP VAX DEC OpenVMSA VMS UCX VAXcluster VMScluster9 MultiNet is a registered trademark of TGV, Inc.: TCPware is a trademark of Process Software Corp.> WIN/TCP and PathWay are registered trademarks of The Wollongong Group, Inc. __________@ Copyright 1996 MadGoat Software. All Rights Reserved.  A _______________________________________________________ ContentsA _______________________________________________________A CHAPTER 1 INSTALLATION NOTES 1-1A _________________________________________________A 1.1 COMMANDS 1-1A _________________________________________________A 1.2 ON-LINE HELP 1-2A _______________________________________________________A CHAPTER 2 NEW FEATURES AND BUG FIXES 2-1A _________________________________________________A 2.1 BUG FIXES IN MGFTP V2.2-1 2-1A _________________________________________________A 2.2 NEW FEATURES IN MGFTP V2.2 2-1A _________________________________________________A 2.3 BUGS FIXED IN MGFTP V2.2 2-3A _________________________________________________5 2.4 NEW FEATURES AND BUG FIXES FROMA PREVIOUS RELEASES 2-4A _______________________________________________________A CHAPTER 3 KNOWN BUGS AND RESTRICTIONS 3-1A iii   ContentsA _______________________________________________________A CHAPTER 4 PROBLEM REPORTS 4-1A _________________________________________________A 4.1 INFO-MADGOAT@MADGOAT.COM 4-1A _________________________________________________A 4.2 MADGOAT-ANNOUNCE@MADGOAT.COM 4-1A _________________________________________________A 4.3 MADGOAT-BUGS@MADGOAT.COM 4-1A _________________________________________________A 4.4 MADGOAT-REGISTER@MADGOAT.COM 4-2 iv  A _______________________________________________________ 1 Installation Notes? This chapter contains items of interest pertaining to* the installation of MadGoat FTP.? MadGoat FTP consists of both an FTP client and an FTP; server. It requires the NETLIB library for TCP/IP: support. Both the client and server support STRU= VMS, which means that VMS files transferred between= a client and server that both support STRU VMS will% retain all file attributes.L __________________________________________________________________ 1.1 Commands; The command used to invoke the MadGoat FTP client6 can either be defined as a foreign symbol or5 added to the system-wide DCL command tables= (SYS$LIBRARY:DCLTABLES.EXE). When the latter method= is chosen, the command is available to all users on@ the system (though file protections and privileges may3 prevent them from executing the program).= The installation gives you the option of adding the; FTP command to the DCL command tables. Since most; TCP/IP vendors also supply an FTP command, adding; the MadGoat FTP command will replace the vendor's definition.A 1-1   Installation NotesL __________________________________________________________________ 1.2 On-line Help? During the installation, you will be given the option@ of installing the help files for MadGoat FTP client in> one of the system help libraries. The system default> help library is SYS$SYSROOT:[SYSHLP]HELPLIB.HLB. The< installation procedure will give you the option of= installing the help files in other libraries (those= defined by the logicals HLP$LIBRARY, HLP$LIBRARY_1, etc.).: You may wish to insert the help files in a local? library pointed to by one of the HLP$LIBRARY logicals: to avoid cluttering the normal VMS help library.> The on-line help files can be found in the directory MADGOAT_ROOT:[HELP]. 1-2  A _______________________________________________________$ 2 New Features and Bug Fixes@ MadGoat FTP V2.2-1 includes the following new features" and bug fixes over V2.1.L __________________'>% MGFTP022.A` ~J![FTP.KIT]MGFTP022.RELEASE_NOTES;6L?8________________________________________________# 2.1 Bug fixes in MGFTP V2.2-1: o The MGFTP listener would die with a ``Network< partner disconnected logical link'' error under= CMUIP whenever an FTP session disconnected. This( problem has been corrected.L __________________________________________________________________$ 2.2 New Features in MGFTP V2.2; o Support has been added for NETLIB V2. Previous> versions of MadGoat FTP worked with NETLIB V2 viaA the V1 compatibility routines in NETLIB V2. However,@ an incompatibility between those routines and MGFTP= would sometimes cause the MGFTP listener to exit> when some connections timed out. This problem has been corrected.? o Support has been added for passive-mode transfers.? Passive-mode transfers are typically used when the? FTP client and server are separated by a firewall.A The client now includes the commands SET PASSIVE and? SHOW PASSIVE, and the server now supports the PASV command.> o The command procedure FTP_GET_CONNECTION_INFO.COM@ now receives the local host name and IP address, in? addition to the remote host name and address. This> feature may be useful to sites with machines that% have multiple addresses.A 2-1  $ New Features and Bug Fixes= o The MadGoat FTP client now supports being called: from COPY/FTP and DIR/FTP. All qualifiers are9 supported except COPY/FTP/FDL. When MGFTP isA started, the logicals OPENVMS$FTP and OPENVMS$FTPDIR= (used by COPY/FTP and DIR/FTP, respectively) are> automatically defined to point to the MadGoat FTP client.> o The MadGoat FTP Server now supports the directory> specification ``~username'' to access the default6 login directory for a user on the system.? o By defining the logical MADGOAT_FTP_TILDE_ANONDIR,< you can allow users on the local system to makeA files accessible to anonymous FTP users from specialA subdirectories under their login directories. If the@ logical is not defined, anonymous FTP users are not1 allowed to use the ``~user'' format.@ For example, you can define the logical to be equal@ to ``AFTP''. Once defined, users can create [.AFTP]; subdirectories. Anonymous FTP users could then@ access files in each user's anonymous FTP directory2 by using a command like ``CD ~USER''.A This support provides anonymous FTP access analogous= to the serving of user-based World-Wide Web HTML pages.= o The MadGoat FTP client includes the new commands> DEFINE/KEY, DELETE/KEY, and SHOW KEY that let youA define keys to execute commands. DEFINE/KEY commands< can be placed in an initialization file to have@ them defined automatically when users run the MGFTP client.> o The MadGoat FTP client commands PUT/RECURSIVE and; MPUT/RECURSIVE work now. Though /RECURSIVE was< documented in previous versions, it was ignored; by the client. It now will cause the specified; subdirectory tree to be recreated and properly* populated on the remote node. 2-2  A New Features and Bug Fixes> o The output displayed when transferring a file andA pressing CTRL-A or CTRL-T now shows the total number) of blocks to be transferred.L __________________________________________________________________" 2.3 Bugs Fixed in MGFTP V2.2< o The MGFTP client qualifier /QUIET disabled most@ messages, but still allowed replies from the remoteA system to be displayed. /QUIET/NOREPLY now prohibits< the display of all messages, including replies.A o The CTRL-A and CTRL-T transfer status display in the@ MGFTP client didn't work if MGFTP was executed from> within a command procedure. This problem has been corrected.A o Several obscure bugs in the MGFTP Listener have been? corrected. These bugs would occasionally cause the6 listener to die with an access violation.A o In previous versions of MGFTP, the client and server= would translate the UNIX directory spec ``/'' toA ``SYS$LOGIN:''. The spec is now correctly translated@ to ``SYS$DISK:[000000]'' when it appears by itself.> o A bug in the calculation of the percentage in theA CTRL-A status line could cause incorrect percentages> to be displayed when transferring extremely large4 files. This problem has been corrected.8 o The FTP client commands GET and PUT did not> correctly handle the global /RETAIN setting. This( problem has been corrected.A 2-3  $ New Features and Bug FixesL __________________________________________________________________; 2.4 New Features and Bug Fixes from Previous Releases@ The following new features and bug fixes were added in V2.1-2.6 o The FTP listener will now send connection> information (the remote host name and IP address)= to be read by the LOGIN.COM of a server process.? This information can be read by executing MADGOAT_> ROOT:[COM]FTP_GET_CONNECTION_INFO.COM, which will> set the global symbols HOST_NAME and HOST_IP with* the host name and IP address.? Note: The remote host name will not be returned if< the underlying TCP/IP transport on the server's? system is Multinet or WIN/TCP. The IP address will& be returned in its place.< o Added the MADGOAT_FTP_WILD_VERSION logical name= which controls the default filespec for the LIST? FTP server command. If MADGOAT_FTP_WILD_VERSION is> defined as "T" or "Y", then a default filespec of@ *.*;* will be used, i.e., all versions of the files? requested will be displayed. Otherwise, the normal3 default filespec of *.*; will be used.> o Fixed a bug that caused LIST and NLST commands to? never complete in some cases under CMU-Tek TCP/IP.< o Fixed a bug in the FTP client's error handling.; Errors that were detected before executing any< commands were causing an infinite loop of error messages.? o Fixed the FTP client's /VERIFY output. This output< was being lost when SYS$OUTPUT was redefined to point to a file.@ The following new features and bug fixes were added in V2.1-1.; o Support for listening to a port otherOx MGFTP022.A` ~J![FTP.KIT]MGFTP022.RELEASE_NOTES;6L?84c than the= default FTP port (21) was added to FTP_LISTENER. 2-4  A New Features and Bug Fixes> The MADGOAT_FTP_LISTENER_PORT logical name may beA used to specify an alternate port. This logical name1 should be defined /SYSTEM/EXECUTIVE.< o Fixed a bug in the handling of MADGOAT_FTP_DIRS> values of the form ``dev:[000000...].'' Directory7 specifications of this form will now work.= o Stream LF files were being sent ``as is'' duringA STRU F, TYPE A transfers (instead of being sent as a? series of CR/LF delimited lines). This problem has been corrected.@ The following new features and bug fixes were added in V2.1.A o The FTP client now allows the user to define aliases? for remote hosts. In addition to the host name, an> alias entry may include remote login information.A o Wildcarded directory names are now supported for the? MADGOAT_FTP_DIRS and MADGOAT_FTP_user_DIRS logicalA names. For example, the following are now acceptableA directory values: DISK:[*...], DISK:[DIR*.SUB%], and DISK:[DIR.SUB*...].= o The MADGOAT_FTP_QUOTE_PATHNAME logical was added= to control whether the pathname is quoted in 257> replies. 257 replies are sent for the PWD and MKD* server commands. For example: >PWDmB <257 "SYS$SYSROOT:[SYSHLP]" is current directory.? The quotes in the reply are not recognized by somen= FTP clients. They can be disabled, on a per-usertA basis, by defining MADGOAT_FTP_QUOTE_PATHNAME as "F"o or "N".: o A bug that caused the FTP server to sometimes> disconnect during LIST and NLST commands has been corrected.rA 2-5   p$ New Features and Bug FixesA o The FTP server's installed privileges were remaining : enabled if they were authorized for the user.? Installed privileged are now disabled if they were_' not enabled at login time.m@ The following new features and bug fixes were added in V2.0-3.oA o NETMBX privilege is now enabled before attempting tooA connect to a remote host. Previously, the FTP cliento= did not enable it, so installing the client with " NETMBX had no effect.; o Some FTP clients do not switch from STRU O VMSa? before attempting a directory listing, which woulda= cause the FTP server to complain about the STRU.N; This restriction has been removed from the FTPw server.> o Nested command procedure calls are now supported.A o The speed of local and remote directory listings wass improved.@ o The FTP client will now prompt for a username after= connecting to a remote host if MADGOAT_FTP_USER_A PROMPT is defined. < o The FTP server will now display the contents ofA .MESSAGE files if present when changing directories./@ The following new features and bug fixes were added in V2.0-2. 9 o A bug that caused the MADGOAT_FTP_ANONYMOUS_e; DIRS logical to be ignored has been corrected._? Previously, the logical was ignored if the FTP log ( files could not be created.> o If the remote host name exceeded 28 characters in= length, the FTP client would not accept commands_4 from the user. This has been corrected. 2-6O N A New Features and Bug Fixes_@ o The two-line opening greeting from the FTP listenerA has been changed to a single line to allow Mosaic to_+ work with MadGoat FTP servers.E@ o The LOGIN and USER commands were modified to accept< /ACCOUNT as a qualifier instead of a parameter.@ The following new features and bug fixes were added in V2.0-1._> o A bug in the installation procedure prevented the? installation of both sources and executables. This_ has been corrected.< o FTP_STARTUP.COM now starts NETLIB, if it hasn't" already been started.A o A bug in the client that caused access violations on.9 CTRL-C for some commands has been corrected. < o The HELP command was looking for the wrong help@ library. This has been corrected. (It worked if the3 MADGOAT_FTP_HELP logical was defined.)= o The client command PUT would sometimes fail with @ ``record too large for user's buffer'' when Stream_@ LF files were transferred. This has been corrected.? MadGoat FTP V2.0 was the first release of the MadGoat8 Software version of the FTP client and server.= MadGoat FTP began life as the FTP client and server > that were distributed with CMU-Tek TCP/IP, a mostly-= free TCP/IP implementation written by Tektronix andO? Carnegie-Mellon University and supported by CMU. When_@ the code was made freely available, support was picked8 up primarily by Henry Miller and John Clement.: MadGoat FTP is based on John and Henry's CMU FTP@ V3.1. The MadGoat version works with the NETLIB TCP/IP@ Interface Library. The NETLIB port was done by Darrell; Burkhead, who based some of the changes on a much_@ earlier UCX port (known as CRUX) done by Matt Madison.< The OpenVMS Alpha port was done by Hunter Goatley.A 2-7o a T$ New Features and Bug Fixes? NETLIB is included with the MadGoat FTP distribution.t9 NETLIB is written by Matt Madison and is also aM# MadGoat Software product. ? MadGoat FTP is currently maintained by Hunter Goatleye# (goathunter@MadGoat.com). = The MadGoat FTP software contains numerous changes,_; enhancements, and bug fixes over the original CMUo version. 2-8d  tA _______________________________________________________ % 3 Known Bugs and Restrictionsc@ This chapter describes the known bugs and restrictions of MadGoat FTP V2.2-1.A o When using CTRL-C to abort an action, the FTP clientn@ may or may not properly reset the STRU setting. For= example, when connected to a server that supportn; STRU VMS, the client switches to STRU FILE fora: directory listings and automatically switches@ back to STRU VMS when the command has completed. IF? CTRL-C is used to abort the listing, the structure= setting may not be reset to STRU VMS, though the_< remote server is reset. To correct this, simplyA issue the SET STRUCTURE VMS com$ MGFTP022.A` ~J![FTP.KIT]MGFTP022.RELEASE_NOTES;6L?8-mand before any others command.f@ o When PUTting to a remote server and you specify the> same file name as the source and destination file= names, the case of the destination name is lost.eA The case is maintained as long as the file names areb different. ? o The MadGoat FTP server cannot determine the remote.? host name for logging purposes when the underlying= TCP/IP transport is MultiNet or WIN/TCP. This is> because of an AST implementation conflict between9 these transports and the MadGoat FTP server.o> The only effect is that FTP_SERVER.LOG files will< show only the numeric IP address for the remote host.: o If you are running MadGoat FTP under CMU-Tek,> you will need to make sure that the MAXBUF SYSGEN/ parameter is set to at least 8300. A 3-1_ _ _% Known Bugs and RestrictionsP< o If you are running MadGoat FTP under DEC TCP/IP< Services for VMS v3.1, you may need to define a; couple of logical names by hand. UCX$INET_HOST; should be defined as the hostname of the local_9 system; UCX$INET_DOMAIN should be defined as_; the local domain name. Combining UCX$INET_HOSTo< and UCX$INET_DOMAIN should make the FQDN (Fully= Qualified Domain Name) for the local system. ForV? example, with an FQDN of wkuvx1.wku.edu, you could ? define UCX$INET_HOST as wkuvx1 and UCX$INET_DOMAINu as wku.edu.A If UCX$INET_HOST and UCX$INET_DOMAIN are not definedh@ correctly, you will need to redefine them at system? startup. They should be defined /SYSTEM/EXECUTIVE_i MODE. 3-2a s rA _______________________________________________________  4 Problem ReportsV> MadGoat Software has set up the following electronic: mailing lists for discussions and support of its products.cL __________________________________________________________________" 4.1 Info-MadGoat@MadGoat.com> Discussion of MadGoat Software products by users and? MadGoat developers. To subscribe, send a mail message to: 6 Info-MadGoat-Request@MadGoat.com? with the word SUBSCRIBE in the first line of the bodyr of the message. L __________________________________________________________________& 4.2 MadGoat-Announce@MadGoat.com= Announcements of new releases and new products from 8 MadGoat. To subscribe, send a mail message to:8 MadGoat-Announce-Request@MadGoat.com? with the word SUBSCRIBE in the first line of the bodyp of the message. L __________________________________________________________________" 4.3 MadGoat-Bugs@MadGoat.com8 Address for reporting bugs in MadGoat Software> products. Please include the name of the package and> version in the subject header of the message, so the? report can be more easily directed to the appropriate  developer.A 4-1d   Problem Reports L __________________________________________________________________& 4.4 MadGoat-Register@MadGoat.com? Address for registering your use of MadGoat Software. 6 Registration of your installation is at your@ discretion and is used by MadGoat Software only to the> determine the size of the user base for each product4 and the future directions of the products.8 To register, simply mail a message to MadGoat-> Register@MadGoat.com with the following information: Installer's name % Company name and addressn? System(s) on which the MadGoat software is runningl( Which products you're using; Any comments and/or suggestions you might havei 4-2RVE and; MPUT/RECURSIVE work now. Though /RECURSIVE was< doc sԁ MGFTP022.A/-_e?i; kj^`KF0Q-OAQ>c@=@FKn??e\:GNA=8\{TYIf54nuaN+ bRj/g: t,pM 7n}9\Io^W%|- etP$pk(]gHzS?z:,\>rw.|Z+`gF?H^8i\0%%` Gt guw%1rjnUP~V^1)v/>R\]|:$? 6e>c%Z&399: zu-fX{V>yq|}?2e1dvTSCocED1+GGT]L_q!< ,!k&u]spK]**K0 Mxy@dy7!LxA{GQ?+-5>~:_4ODD#8+tCH0UxEpFUujYB)NG@IokҟgI`9Y¬BRm5*^h@u|!,tI%t^EDFi57&94L_Y-(̳M^Vfb@Rjc|[_C@dM{VsP|=?-')sV{crxHv'H !hLX[({+Bq}I_ Mk1)6+7o%\m_hh>Y _AKBqQjL+AWLi:p^K'RL_MUC]L 1. x-C;5r$KUbDYbQuWM7u DVMFq ufW2am^pf.D+k(L5y{ .Q9_Wx>.+Hz. W@ {ouUX(s9{*++b:5wJYgf>$j6tD`L\ q<9,* ga9yb,"r{ Wb*4 +7"tGf^7}5aB!JqZ(z[s-CwyeY8L\rb:W-sM%/~ pG$<Zg\0(yOS98^bj\;a+]T,N b\35lzlMdP9.*k1$6,|fysu`p&:|." h4T<IlI!7z~yRWv(Q!tC[26,L;fn9?Q0X>.W_)AVGYp:LA>aeEq{ ]$|oM`k-jg yJz5NLBwz&;?5Th{/Jj V;b3|1N-R ='+<hA,rm9'lV9$ ["Bh'~ w^O^VL>iE3Le\G #%a:P!@V,WN[Ux~?w|;63B[^~_EL5F2dA7LOl1oD4QA>0P/}>{6QUm iH _5AN@iKxN Cn;gC5"^sC421so.>uto0Cx{~glRFq sr (aFmq-bQ(YMj)h[LBCi"CD-[?p1: D*S-/vLBPM#s:'pZ_oY)i`s er> +=gseyysgbAl#-c ?\[;e^d U)msV1 g,SbU#(q&CiO& U/Eu)B bnkgj'S_ #$4 }TRRVspD.[ZgFc%r"! K:2|"z0$$ ykttE}zL)M95.] 5n=~WN|'He*{L31 0w'36"^ p*}0z&*E)G/F$ al")#^j69>8-_ic#Hl5P3 {>a7zmmXNAX} Hbh>%Lx=33T-h>g,c@Yxt9't~*;{4=8&&29:52Y_tyYAs\SM|yqQ;VffOIfak^}:.`\Q]Oe@j*Vy:PLh!^_=Q3KTU[AI /VBDPIn+'5%n~_H- pCluV[]r3@?!WN,LNH@AJTyp'7&&:#4SA [bIF{^a8{tg;w;.N53$W,#nYP9B!hURO&[Vha7qM `m_i- Tb rhy>?ihWWFI@ 6 >8 zERqUqs\9?9b{l4ki&)i:qW_u&`M OoP8}ztPqW16z8FLdXGoE %y~$1j:|?8b 9!DkMblg =cAy mr S^6`ibMm!9r|:aD.,b`^?j!f(+A&!Yn\,2`sxqxkC|0!=ug&1\+K4ZeI:4z6qGqK!{D :{H6aq|^ #z~6xM E:b4Y5YHH(UQw^(([qOT5k`gnm!6mc-/.sd-YSt2&g8ot'4pCW 5R:yu3*d3|&w/x-%s)(=<_wS=&#p.8^?-VliuM^ 5JEHD}Uak5]I(=y j:SV KG2\G4[Fr:Y;%tIAPo`(27F2/64`8|9sd?31+Q'x9{ [Y }  m?8 -uX S m&R0dfVW',}xuK Xu[?pwgJZT' X`uT!SU~83o+} p1jrd1d8qrr#F5{BVX:D\ I oYDLWqTflqP+er=C GOjfJcL^~Z, 6s<~;Ap3[t5{8|94 a`D|M\v.m#v25kWEj!;uy}|Wbe^XMVPDgw>p3PYtB8>{6QkG*%%B >eYZ/0e!nNep5S r?xmJ| !|6oUEO LSO' |6:2g9NH$beLh ]puRq,0 i`}a_F5pHJL & iN]Q<_eW&9JM^lN>Nief+VhZ<7dLoTZon<%5%iO%h<_1Q*="0#/5$uE'I7Q v.F`^X+c}yU.E13,7e^@=7?k+z;{vAHMKj~6/4NY(UKZWT YUr)cp~zh[bov3oou%XJJO< &.+\p$# 8g%roTGA"}&;NIyY#1&}$V_]m=QGyVd6*/lyn fBE2(`a U9,+PRSPT#4:'rExCE*B^&N;uUr7p}&uO_RVA5kR^9tA<{uMD  Qo8t&#(hN . c?/#=""B$+c_cuo$_4TTKr %j}s#t)T!iC;{1[u73mB;K3&S:3pqr9~>95"EkIdi>CRl.21[EXVQ] f#zb`)!p?t| S,Ayi%xzzjur}8-HzDj@ d=- g9 Le$"MyUrd#%"4{(4gEAFx#T- '#0 nACh%cXHDY9:76+l' lunITWN^E-JxuX F[qt*sR[%. w>;m&E PIG\+N G{6I* 9(7v!)@rsL\|c4(J`EE\T L31nutiC)'5n< uPHL<t*hq1]AT?EW{d`cd=  2oaIL 7 l[bOMD/L'lX4(IhJmZW@<n 'JAbYKJj8wb_Qr=xTR[`G6xpf"^w&yh."A+th)7zhOQS.XUuO~{k=dre,[{G,EbU512f3f\XpNUht( nC`QCAe +ayH&8K[GThyt6~pO JU) eNV+;a$kQ>"3i FpKEHSLD(&drnCQ*(KEER#f5L@Kwd G-#^m DM%Fn i4za5}jY^E"P7z oXi|"R5.NVK_< EC0~?sJ(j?D_%~e@ ',{!y*HrPXo|jb Z) <} /x$JJ-#?U@eXlrV@`;2teE.|)R%D/bo =FVm>^;!Gbsx  35rHwZEs## p2xH;"?2sFvlWv. &1CQFJBA @dfo4 ?lb}6#sjL]A'~d\SX[tbEqhUA|qHmmWt>'"<)QfwefDv{\3rqmuxe/NUIX@8bim4X( `z &rS7+ _T\FU 1m}\ |-muz$3z \ ;  lK 0W^yO\C;8wy~,{GNoX-%hvj}j.-JIxJ=jNi!PCRy5U4T[ &mQ!_nZ?S>P$jHxY>rAFu8 SLB)7 BzY#:=&G58 c'M&wr$a7TO+'wPs/{/m6NP]Cc xa`e*E%fsY`1( {t>V$|)cb:(1AT" vnxcnblF1-=r%n#p oomr!dy:w)7*>r(%+bm"7M`Cl[mQETAq$`?'i}!6vT87imd|OA:Fej^()@>SsaliL2;*=I)^&Y`r4%q*&--gLum5 P^d (VnmcswnH""]^#l&; ( E?L~IN*;32"c k@ USN=Izcun?pF|+JP ss %&k^`poi9@F-0XnR~O&q\w|;ubcvkzO.rQkr+RNC +1~WP,\7H[,W1`{fDld.DoK+oByY M>R2 Eu'*! |G4YI]ZS!1oq $Q#F-_ WT}^cDG=7;=V _fz$|!h~](,G-K=rOJlN>~s`|:4LM?FQ?2{ )4J?=!wO.YOtzAHS$vY(ow ExNUT cjjk``'fPTK6 QO=c&!rL.h'+m%$rie*%&UCH hi doNFAq)#x ]w]eu>XO^Im=(fJ-d/PY;[~JIF /q HP DM S$zopmpf&(f({V)XQW& 8s{?[X L9 Qm|bz LT7&LYr|i~mrreuaD t|l bQnG<eg|$m n$~Oel"eac/B1 XopZNEamT\I#S'OW86J$Gh0R3<@hl{H3rsLKP]Qe^In\ gkfn8lap@o\6)n$@UH JMK3S#;t;8W;pj$v!mj_L=l4bj`b +(O(-]U.'+]D8n~3gniD$;I}`PdOFO-Zue'bXO3 rFNN'$ 1:zH !+O~GB'[;E2h"5`oOx^YJt@nAI^To.o8SmoMQ^*>',3,m$}?>K|=KXV~y ^X~_-1*y K`AK>tN!M78n?^y,9sC<9lK X|Hj7_A\Dn?BkC4ms$cL J C@Cx9>3!e`Zxb rshdt^\9t^0a0c]D4}#%.B .+ .2P&yPo"/! &Bl5*o`t5"Cr1B6 "[*;\H | [M.k,xIgum6)$%0g  NNLKa]\p$EA*!^OdKCE!_O6MNJ)taYj*.!iX*6=$boP;~GL`Hul$p+hrv$FN!4=2zow5Zdeqwh#-D tm"86`  UZF);,n@ P !f#%}B` PiM}sv:V7" [o:2ts*\sv-SR8T,emi%b)<}v%vz:niW i|v W@gcFV+yzsi>0<9v9GOg2z/ Cw@^~H,=B.t m!vc{R}]-)8gEFu6bC }*,0>NC&&;8,a~hT`q`rS`TqKYMu9]PV(";wT{xVk_3lI;1E)uQ<8}5*DtN4LdEuXT>tK/bj6*Ou!>-Aih jA$>Zg*_Ppx irQemvy"S{:Do{Irb&^1'wbs%gjm=%17r(TGU\mvzg"$'iw1f nxEaMZ P=)C,ID UU8:/rN^`^Qnd1\?qI^Jy7C+E7rP{Y.&NqDsp6~[:x/%02r|,# 7v#07( kd@O#=rvlS >[ T[>uD9P2U\8J@ 6KAALfZah &Nt"yY m`k"06JOUo8L^V hD ;Zco}31qOWt;c1