MGFTP023.Aa MGFTP023.AnBACKUP/INTERCHANGE/BLOCK=8192 KITINSTAL.COM,MG_KIT:[MGFTP]MGFTP023.RELEASE_NOTES MG_KIT:[MGFTP]MGFTP023.A/SAVE GOATHUNTER {1*V7.1 _GHUNT1:: _$1$DKA100: V6.2  *[MGFTP.KIT]KITINSTAL.COM;18+,".$/ 4d$"-~J0123KPWO#56*7 *89GHJ$! [FTP.KIT]KITINSTAL.COM$!9$! KITINSTAL procedure for installing MadGoat FTP V2.3-1N$! Copyright 1994,1996,1997,1998 by MadGoat Software. All rights reserved.$!$ mgftp_version = "V2.3-1"$ copyright_years = "1994,1998" $!-----------*$ 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 = "C" $ 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 = "D"$ 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 $ ftp_say ""<$ ftp_say " MadGoat FTP ", mgftp_version, " Installation" $ ftp_say ""V$ ftp_say " Copyright ''copyright_years' MadGoat Software. All rights reserved."C$ ftp_say " Redistribution for no commercial gain is permitted." $ ftp_say ""$ 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" B$ if .not.ftp_alpha_and_vax1$ then ftp_install_exe_only = 0$ goto FTP_ASK_FOR_DIR$ endif$! $ 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 "+-G "system in this cluster", mgftp_version, 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 clie  MGFTP023.A"~JGFTP.KIT]KITINSTAL.COM;18d$Wnt 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 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.2 library" - YES - B$ endif$!$! $ IF ftp_do_netlib$ THEN"$ VMI$CALLBACK RESTORE_SAVESET BB$! Make sure NETLIB's KITINSTAL, if present, doesn't override oursW$ IF F$SEARCH("VMI$KWD:KITINSTAL.COM;-1") .NES. "" THEN DELETE VMI$KWD:KITINSTAL.COM;$ TYPE SYS$INPUT:5 Now installing NETLIB library for TCP/IP support.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 true1$ VMI$CALLBACK RESTORE_SAVESET 'netlib_saveset'"$ 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 E:$ 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' - H  MGFTP023.A"~JGFTP.KIT]KITINSTAL.COM;18d$E ELP - "/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 MESSAGE I INSTDOC "Installing documentation...."$ write sys$output "" $ VMI$CALLBACK RESTORE_SAVESET F$ 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 G$ 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 thisP command instead:N$ write sys$output " $ @''ftp_root'.COM]FTP_STARTUP.COM CLIENT_ONLY"$ write sys$output ""k$!++$! done$!-- $ FTP_DONE:r$ EXIT VMI$_SUCCESSo$ delete_file : SUBROUTINE2$ VMI$CALLBACK FIND_FILE FTP_TEMP 'p1' "" S found8$ IF found .eqs. "S" then VMI$CALLBACK DELETE_FILE 'p1'$ exit"$ ENDSUBROUTINE$ 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  MGFTP023.A  ([MGFTP]MGFTP023.RELEASE_NOTES;5O?D*[MGFTP]MGFTP023.RELEASE_NOTES;5+,  .D/ 4ODB?-(0123KPWOC56㨿*7d;*89GHJ # MadGoat FTP Release Notes February, 1998: This file contains the release notes for MadGoat< FTP V2.3. 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.5 or- later8 Software Version: MadGoat FTP V2.3 Hunter Goatley MadGoat Software  " ________________________ 27 February 1998= 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 VMScluster@ MultiNet is a registered trademark of Process Software Corp.: TCPware is a trademark of Process Software Corp.: WIN/TCP and PathWay are registered trademarks of Attachmate, Inc. __________@ Copyright 1998 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 _________________________________________________9 2.1 NEW FEATURES AND BUG FIXES IN MGFTPA V2.3-1 2-1A _________________________________________________9 2.2 NEW FEATURES AND BUG FIXES IN MGFTPA V2.3 2-1A _________________________________________________9 2.3 NEW FEATURES AND BUG FIXES IN MGFTPA V2.2-6 2-2A _________________________________________________9 2.4 NEW FEATURES AND BUG FIXES IN MGFTPA V2.2-5 2-2A _________________________________________________9 2.5 NEW FEATURES AND BUG FIXES IN MGFTPA V2.2-4 2-2A _________________________________________________9 2.6 NEW FEATURES AND BUG FIXES IN MGFTPA V2.2-3 2-3A iii    ContentsA _________________________________________________A 2.7 BUG FIXES IN MGFTP V2.2-2 2-3A _________________________________________________A 2.8 BUG FIXES IN MGFTP V2.2-1 2-3A _________________________________________________A 2.9 NEW FEATURES IN MGFTP V2.2 2-4A _________________________________________________A 2.10 BUGS FIXED IN MGFTP V2.2 2-5A _________________________________________________5 2.11 NEW FEATURES AND BUG FIXES FROMA PREVIOUS RELEASES 2-6A _______________________________________________________A CHAPTER 3 KNOWN BUGS AND RESTRICTIONS 3-1A _______________________________________________________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   MGFTP023.A  ([MGFTP]MGFTP023.RELEASE_NOTES;5O?D 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.3 includes the following new features" and bug fixes over V2.2.L __________________________________________________________________4 2.1 New Features and Bug fixes in MGFTP V2.3-1? o When doing UNIX ls emulation, resource identifiers@ as owners weren't handled properly, resulting in an> invalid display. This problem has been corrected.L __________________________________________________________________2 2.2 New Features and Bug fixes in MGFTP V2.3> o The MadGoat FTP Server can now generate directory9 listings in a UNIX-style format, for greater= compatibility with browsers that think the world= only runs UNIX. When the logical MADGOAT_FTP_DO_> UNIX_LS is defined, the MGFTP server will produce= directory listings similar to those generated by= UNIX servers if the specified path is in a UNIX-; style format. By equating the logical with the? value "ALWAYS", you can force the server to always* generate UNIX-style listings.: o The MGFTP Listener now checks for the logical? MADGOAT_FTP_LOCAL_HOSTNAME. If that's defined, theA equivalence string is used as the system name in theA 220 greeting displayed to the client. A generic name? like "ftp.madgoat.com" can be displayed instead of$ the actual system name.= o The MGFTP client ATTACH command now supports the /PARENT qualifier.A 2-1  $ New Features and Bug FixesL __________________________________________________________________4 2.3 New Features and Bug fixes in MGFTP V2.2-6? o The MGFTP Server now accepts subdirectory names inA the Netscape string "CD [.~user.subdir]" format. See= the notes for V2.2-5 below for more information.L __________________________________________________________________4 2.4 New Features and Bug fixes in MGFTP V2.2-5@ o The MGFTP Server has been modified to check for the= existence of the logical MADGOAT_FTP_ALLOW_PRIV_@ PORT. If that logical is defined /SYSTEM/EXEC, then< privileged ports will be accepted on the server? PORT commands. (See the changes made in V2.2-2 for3 information about this security risk.)A o Netscape tries to be helpful and converts references= to "CD ~user" to "CD [.~user]". The MGFTP Server@ now recognizes this special case and converts it to "~user".@ o In previous versions of MGFTP V2.2, pressing CTRL-A? could generate a "divide by zero fault" if no data< had been transferred yet. This problem has been corrected.L __________________________________________________________________4 2.5 New Features and Bug fixes in MGFTP V2.2-4; o To protect systems against the CERT FTP Bounce6 attack, the MGFTP server no longer allows= connections to 3rd-party machines via the server PORT command. 2-2  A New Features and Bug FixesL __________________________________________________________________4 2.6 New Features and Bug fixes in MGFTP V2.2-3? o Pressing CTRL-A while transferring a file will nowA show the estimated time remaining for a transfer (if> the total file size is known, meaning on all PUTs= and on GETs transferred via STRU VMS or when the0 total file size can be determined).@ o Timezone support in the FTP server has been updatedA to include support for the SYS$TIMEZONE_DIFFERENTIAL logical.A o The MGFTP server didn't properly transfer ``Stream''? format files in BINARY mode (it forced those files= to ASCII mode). This problem has been corrected.L __________________________________________________________________# 2.7 Bug fixes in MGFTP V2.2-2A o The MGFTP client did not support the /PORT qualifier? on the OPEN command, though it did support it from? the DCL command line. The OPEN command now accepts: /PORT=value to specify an alternate FTP port.@ o A potential security hole existed in the FTP server> that could have allowed attackers to gain illegal= access to RSH/RLOGIN ports. The server no longer= accepts port numbers lower than 1024 on the PORT command.A o Another CMUIP access violation in the MGFTP listener has been fixed.L __________________________________________________________________# 2.8 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.A 2-3  $ New Features and Bug FixesL __________________________________________________________________$ 2.9 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_C  MGFTP023.A  ([MGFTP]MGFTP023.RELEASE_NOTES;5O?DdONNECTION_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.= 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. 2-4  A New Features and Bug Fixes@ 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.i= o The MadGoat FTP client includes the new commandsa> DEFINE/KEY, DELETE/KEY, and SHOW KEY that let youA define keys to execute commands. DEFINE/KEY commandst< 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 properlym* populated on the remote node.> o The output displayed when transferring a file andA pressing CTRL-A or CTRL-T now shows the total numberu) of blocks to be transferred.L __________________________________________________________________" 2.10 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 prohibitsr< the display of all messages, including replies.A o The CTRL-A and CTRL-T transfer status display in ther@ MGFTP client didn't work if MGFTP was executed from> within a command procedure. This problem has been corrected.SA 2-5  $ New Features and Bug FixesA o Several obscure bugs in the MGFTP Listener have beenc? corrected. These bugs would occasionally cause thed6 listener to die with an access violation.A o In previous versions of MGFTP, the client and servers= would translate the UNIX directory spec ``/'' to_A ``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.L __________________________________________________________________; 2.11 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 2-6   A New Features and Bug Fixes ? requested will be displayed. Otherwise, the normal_3 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 other than the = default FTP port (21) was added to FTP_LISTENER._> The MADGOAT_FTP_LISTENER_PORT logical name may beA used to specify an alternate port. This logical name_1 should be defined /SYSTEM/EXECUTIVE.R< 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'' during A 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 aliasesM? for remote hosts. In addition to the host name, an> alias entry may include remote login information.A 2-7a  m$ New Features and Bug FixesA o Wildcarded directory names are now supported for theT? MADGOAT_FTP_DIRS and MADGOAT_FTP_user_DIRS logicalbA names. For example, the following are now acceptabl  MGFTP023.A  ([MGFTP]MGFTP023.RELEASE_NOTES;5O?D;-epA directory values: DISK:[*...], DISK:[DIR*.SUB%], andw DISK:[DIR.SUB*...].= o The MADGOAT_FTP_QUOTE_PATHNAME logical was addedr= to control whether the pathname is quoted in 257_> replies. 257 replies are sent for the PWD and MKD* server commands. For example:" >PWDO <257 "SYS$SYSROOT:[SYSHLP]" is current directory. ? The quotes in the reply are not recognized by some = FTP clients. They can be disabled, on a per-user A basis, by defining MADGOAT_FTP_QUOTE_PATHNAME as "F"  or "N".: o A bug that caused the FTP server to sometimes> disconnect during LIST and NLST commands has been corrected. A 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.@ The following new features and bug fixes were added in V2.0-3._A o NETMBX privilege is now enabled before attempting touA connect to a remote host. Previously, the FTP clienti= did not enable it, so installing the client withn" NETMBX had no effect.; o Some FTP clients do not switch from STRU O VMSE? before attempting a directory listing, which woulde= cause the FTP server to complain about the STRU.i; This restriction has been removed from the FTPP server.> o Nested command procedure calls are now supported. 2-8i r oA New Features and Bug FixesrA o The speed of local and remote directory listings waso improved.@ o The FTP client will now prompt for a username after= connecting to a remote host if MADGOAT_FTP_USER__ 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_i; DIRS logical to be ignored has been corrected.r? Previously, the logical was ignored if the FTP loge( files could not be created.> o If the remote host name exceeded 28 characters in= length, the FTP client would not accept commands24 from the user. This has been corrected.@ o The two-line opening greeting from the FTP listenerA has been changed to a single line to allow Mosaic tom+ work with MadGoat FTP servers.@ 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.r> o A bug in the installation procedure prevented the? installation of both sources and executables. Thisy 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 onh9 CTRL-C for some commands has been corrected.a< 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.)A 2-9   $ New Features and Bug Fixes= o The client command PUT would sometimes fail withe@ ``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 MadGoat 8 Software version of the FTP client and server.= MadGoat FTP began life as the FTP client and servert> that were distributed with CMU-Tek TCP/IP, a mostly-= free TCP/IP implementation written by Tektronix and ? 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.6 NETLIB V2.2 is included with the MadGoat FTP= distribution. NETLIB is written by Matt Madison andM- is also a MadGoat Software product.g? MadGoat FTP is currently maintained by Hunter Goatley # (goathunter@MadGoat.com).n= The MadGoat FTP software contains numerous changes,_; enhancements, and bug fixes over the original CMUt version. 2-10 t A _______________________________________________________e% 3 Known Bugs and Restrictions-@ This chapter describes the known bugs and restrictions of MadGoat FTP V2.3.A o When using CTRL-C to abort an action, the FTP client @ may or may not properly reset the STRU setting. For= example, when connected to a server that support3; STRU VMS, the client switches to STRU FILE forl: directory listings and automatically switches@ back to STRU VMS when the command has completed. IF? CTRL-C is used to abort the listing, the structurer= setting may not be reset to STRU VMS, though the< remote server is reset. To correct this, simplyA issue the SET STRUCTURE VMS command before any otherA command.l@ 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 are_ different.2? o The MadGoat FTP server cannot determine the remotei? host name for logging purposes when the underlyinga= TCP/IP transport is MultiNet or WIN/TCP. This isd> because of an AST implementation conflict between9 these transports and the MadGoat FTP server.l> 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.eA 3-1_ _ _% Known Bugs and Restrictions8< 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_HOSTi; should be defined as the hostname of the locale9 system; UCX$INET_DOMAIN should be d  MGFTP023.A  ([MGFTP]MGFTP023.RELEASE_NOTES;5O?D }<efined as ; the local domain name. Combining UCX$INET_HOSTs< and UCX$INET_DOMAIN should make the FQDN (Fully= Qualified Domain Name) for the local system. For2? example, with an FQDN of wkuvx1.wku.edu, you could? define UCX$INET_HOST as wkuvx1 and UCX$INET_DOMAIN  as wku.edu.A If UCX$INET_HOST and UCX$INET_DOMAIN are not definedt@ correctly, you will need to redefine them at system? startup. They should be defined /SYSTEM/EXECUTIVE_o MODE. 3-2t s eA _______________________________________________________a 4 Problem Reports > MadGoat Software has set up the following electronic: mailing lists for discussions and support of its products.aL __________________________________________________________________" 4.1 Info-MadGoat@MadGoat.com> Discussion of MadGoat Software products by users and? MadGoat developers. To subscribe, send a mail messages to: 6 Info-MadGoat-Request@MadGoat.com? with the word SUBSCRIBE in the first line of the bodyF of the message.gL __________________________________________________________________& 4.2 MadGoat-Announce@MadGoat.com= Announcements of new releases and new products fromS8 MadGoat. To subscribe, send a mail message to:8 MadGoat-Announce-Request@MadGoat.com? with the word SUBSCRIBE in the first line of the bodyt of the message.eL __________________________________________________________________" 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 appropriateo developer.A 4-1   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 addresss? System(s) on which the MadGoat software is running ( Which products you're using; Any comments and/or suggestions you might haveb@ Also, you can find the MadGoat Software web page using, the URL "http://www.madgoat.com/". 4-2 mmands 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 properlym* populated on the remote node.> o The output displayed when transfe   ([MGFTP]MGFTP023.RELEASE_NOTES;5O?D$D@#JNTPWP iTcCF|6jda -=ai-.(3M2~/_/L)#WA #n,gi~\l m(Br8vejthB'=gK'H HZY[="j 5@T_DUVn8(p2%^o&o+"g<8^bd}fU?SVFGaG0eĴ146~z"S`_5E,G^CH_~)4*Yqz$=LTS;cxKMV!`Ee']]_n _o|e/<)zCghHe0>Inv~lTuNKbiY9 bk9f9~;t6~8k~|W*xD_GEN#^jv,"?j?~ |A H~bu4,#8V@V@v)d,oES*6)79P2 MV&7 _Iwnc,8&k]Hg\488". GR!)/f@mbrL|j*tL/~O}fk/jO`A ,{%e\p Դ!b)\z@ ^4Z99(4P K2KE/ \L3P6"Cv@rdd>e;?p}I _$R?.qio2e`:baJB|xizh5KxQPul\cxACL' $ 0.xREDQ(z2pI(8p?'`d1  &jLY+)*Na|*dccej:GWb%D8B7>$^ZdSC.3w%rw 'h8g0dVna@\ws~EH>C[ Gj 8 8=yd()vT" wSUTkqjxuGeoy+8I=zfE,+#T>#2>"kpv[41b6tll:Jy~? aGV'xOSCRQTE&g']2XL8bRt&SaNqu=iR\=F0/ !UV'^eTmq/x<`cxD5fb!P_c]G/i^}oPO*4DS4@z~BIjSn.T37f"ZK :XUBRqwt!e/nu 6 eQ^Q [MH _{h.Bq  )$*Q'^~Fng_va~8o0P`Vj`JN) ]uFmd+&|s{? +ENi ELnf ug! "3&UB |J#G\X0GpGoPX /b"vE "6r&a# 86M_p*{i{0 gU!>eIn9+(>T2$t&GWx32lI-=O7Ps !FH\/[)Zh.r8*3,$p>^$JNm?Sf_sm'JQ4&t;//\- Q>Y1y*9N}x]4zw`bvzz7:!6xl{]qr|;D1J7j]E&?P  ]~ AF!uLgh9 <9`CUW?%xS\DEc}sKoA#@Q*yHI %p``cSs`x:? T 2;l%j/go`aT A Q.*n^BX[5^PZv V XY$tk2viEb(2'gS?BJ'/FxB[S9X=ck 3~:p rXGX1FMv-?K-pU1/_IjJRWx1[qIcG6UM~+hay-1) S!] %.JX[kSi.)Z75"6O?|61Jkn$S7^Q#4iU4-,@N Vy;&A;TY}r6~VfG;U?NPi7rg(`/!6?s <{31.}y9uPIC l W<)UK.bt_]dSO\FeRJ =#KK"AUGO"t''d(gnEt*CB3e?V$+6Mpm#I6lUa7in%MwFGAI957zXigc8ooAc]#!q=dUx>ZDjyz$bugL5EAGz oWiA8<%u? o|de#N7&9Y?~%PoJ@ Fy _nL pjNkb]Vpc(fT~}m,n\_%V j'\V (s9r5AfMHf%;,bq"#Ri{9kB^`dYAL#34f:fSc .'8V@07*. C% P:jz;uC bhM  poyaflr<0CWdZ9z!Vrh.$|h8 #Ysyl61S}9h:3r m,{*( bc:]/lP$DQ o.>ah w=e<d$elg([xcx;:O[]UFYI%g",|7d %L cbrM \ov'cOhe!* 2" Cw 0O|zWGR'sU^()F`Mx;3xd<hTbiiY3G| Z@:u3#)TSP\@Kgn9j~Apxmm@>,oE%3ti~l~I7x1Ewx dhi@"e<0)Ug;[uk%*A`7y[hc >#K &Fg\h z]mldj?>x H\/k`zb*h(t4,t\|2bSSggGGFE#(c;t8Zy@/A494by2v-AhTM@:ur b'<*ST FN@ W>]Dv9u.(9 c}H+s*+3>FH{ v7 j@pW+ZUk)o#B [J N)6kB?m8n'WM9_gh7<.ec5 f"K[}pyvc"{*E>D\)` %tVwv qQ(S 6/k-L> Tl`}`t/E\n+W=dSu t2Y>*KBo@a#Ul)7UVzv!_EM; c&uInj&mN<R6=V4dt|];J? S L 5e%(xt)6*H?@ka5v/_lni&{8n3H\cAhuUzNN {E\L$~1P}X| M5B) 8'ko(J>SK   }>j`r}4($0)VAJ.l#AIVP6 jAJdvjv&n=sb&U +4GHCm^t^K{[b*n@)|!M q h~oC *PKL_I 48`' r1+1eY'8/sl/io"n`kGE7 \bk}s[xGgmSg\BT9s~ SYaa<(G\;{JPC6etq[!5#c&`U_{g ,07?^[?_|WX#/Z["z.oa8'gj^#s|pv?#]j4p0v|S7ZPuN%ul~e4p?(3>v.+|s}a#PqDX6HO><(`WK @gIc^ nHkN,3l"=c68t?(%7oV4J Ph `ce3n']~b C)u!\NmX!ezwobu Eh,kP"GRo$r_r-/m(dO6FI~B7*mt%x~_ V$N+Cx.|(3M0UZ;m 'l_[B=;"D/A;eX8imEkRr,UWY ux@O\-,x ?D-:cn2>\u-d mI,i?\1WekvTPs+L0z=WD/)>4+x=v|HYZ#='Kn?+x5^+$emtCf1RG^Ac-: i0C"=i;TBd5cZB K1.EH#y }ck=y+9dbR"*J5Dqab` rlA];Y TBk"]R%sv=zh >}zYD >98;>k4qb}f|~YM]:QL /E( 6 UBQ(j{%s3++a?Q %Hj)4<2vM,ky"X$M{vU ML/+g!M 5&%\j3muQE}P-Qp`t| I fnVT=81cjiopmT n\8wPT9i?Jjv<;o;dTX 4`QB5i5D*b;Y851A4*.=shfvxpaR/> %w8U>BVCib~ZEE1t%D_u+`kfp5Yzr~I_V3 A{-pI|y-Prgpe:tr:#cY>:A9c[jT{y:i8X_B ~.~ 4;KJ5kd:<TJ{bsrFxyid.22 MTMrEmND]9d}#A&u#N &iz`75@C ~zXsv?wQm0f|XO$=zZ0+RMME?UrSHL Mg |e*y@Z1qC8qj2m_ 3zjFj:xd|u'^ Dt"#*%Ne>N_l^R%q4o~$%&,/1.YCd `@7k!8Zij{0Z& wlm iX~"U`R wa}$HURX:;:/'{tx|:hUQPie\2HYjE {<}VMF2.{E\4 {O M%g%MjMiX:t[KPk|uvKI#OySF=sDFQ8>se%?|.+o&eFp|P_AV/};JP-B5:n=rhhc7oVe(8Mi6MR!ExieH ?i"x7Ji_a~f}ETd$miV$H4D-\|y'!-CJV5]6y8r,x !3 (bUr9LTp IvT^\{#soFbF]{QN8Iqxrkg2q}__e.o_ #"H~{(9vFb9e 9&u0K"!4 TFz !:[5*D~NAQ;S)xcR(RM6{ A_^Wf;r$(`B/? mFp_fiv_BTM]Y;1X3NI: 0o[r.7DkYrsb=$"V PBE.M>c[AI4~\q*V:XVu8/O8P +AFmVC.L#%@$#<\[qC:{^[XV FSW{A>jWti|9|4a +1 w Z8.vrE Tcl&HQYB^R9wrw{/J{y(bQM+_CH>{mUzE C:*hotmu;s>$S^v?$5J[Jm#ua2v3m[A e7L`vC B }jAlER0AZz Ju P4$q0yD;h{I$o"&3,#/KhQFMF ;.HG FKm-dk k ~hl:*nsg w?gok<2_*|,p!@AHRKP3I\7s'Er%2s Ex6E6yL2m[Wlr:Vbkn=hN4e|a___^=5T[P:1 4jBCtc~ =h &A=}p{oM }wSy-[}qB(\ .L ex)}C1jauS$UA], 7evB/: { dOX5/ F$g~V-MGa)%Y,a"('V ra4TS., cl;\7npxz21Y+pqc'HPper5^ LAL2b<3"SI_f07DB?G`Zca.V%nJBF_@<7NLO'J*E>htnU@PU4pTI[`y:bEPS!v?su cKuQYHLShGcv^O^^d<23ND$P(~YK?PN5! a\kXtu(6f3\1D%8(RSpp ph(M`(r2<&X9WtMLm BsW[W+HPC]38+ie_P8ejT@--@'O!\BG I6)rp5gHCCy_p -N{T 0YP$3sP$2YTGQ X],T.uQ:+'cUYgnlrBbZ^2+d6vU7b@V@?Xk<+\?et0\dp hJnr>vQpX%.NK{9P%.ffS X7TROsf/rK oUtU }:?:1otQnqYkhG^ hRDD| K,j-vI#G+IaXG#Dm5o?3txaAo` q[ ""5> *_)i0Y *mmc)jVk&cF;.I]MC;:rz-Uvozs &poh/ QO~40H 7 ;40*P /+)F5>>qt;.nhi4~YU`NJ47=AELtQZ&[g<Ajn-3+(>gbv_-yFLl@uc0pR0+fIm mPuwHt@DF!jfKv1 ;i0;J! IHu=8;`%4Hg(;i8PqadQsKE ] ).&&6$ ~v4mGfNP|D7RESHTDp /*%#=Kd<Sly$y/xBYYoZ2(E|od>pL?f)#8}e' 5d9@}[ _\P`x#>sua:XkmHl@^Hu |De=NdKUFlLSII[V6@VMn{l^cw|}6Sh 4k:^^"2KT5aKX!_[F#FQnR>C+c]*;by!9a |2.oS8Ok5sR'ls !j(r9 dpU:dn C&t%br7siJSWB4TxJ/F@u$SMRRtFl6- LbJ ]9D3PM@UH2mxEsN$o=rtBRVMJH?)N\Q XC X2 \ D?w vt{;6Rm/KK~Oi}5${V,dk&d>DNx}*/O%wu:T!CJw_#gIW&^O(97()c>\$;$r<1+y1-T y70"6l6of3M ~-%4uJ")$WQwl^Gq2d&87;=,l"\=r6ffv{>`E`V h ~ 0e'!EPV)03l2|=m_ P7+#.,3 c* ?fecn -P"O~K-M)Na#%Iz9ljo8}Myf~DLL4]L?}~iI_R4K2jxqUX1n*2r$ -m.se!S}hl%*k8Hr-/?]-<%<~tkwWl69Z\SUoF*? [Q/QUK{X vy&nC[HK /8mirDH!j3qB1C:GTuDjFrF@$au?R\ 2L[@KC^[P6~>(0L RUGjNF^-s+(-n{CKPHIXregFtpg<:cadGoat FTP clie