DECSYSTEM-10 KERMIT Version 5 ============================= This particular implementation was written according to Columbia University's Version 5 protocol manual. It contains many but not all of that version's niceties. The file INSTAL.MIC can be used to build a KERMIT.EXE and its associated HLP and DOC file and move them to SYS:, HLP:, & DOC, respectively. AREADME.LST -- this file COMMND.MAC -- source file for commands not classified as REMOTE or LOCAL. FILIO.MAC -- source file for handling disk I/O functions. HELP.MAC -- source file for displaying help while within Kermit. INSTAL.MIC -- MIC command file to generate a Kermit from scratch. KERMIT.DOC -- document file describing this version of Kermit. KERMIT.HLP -- help file suitable for HLP: KERMIT.H5 -- Kermit help file used by HELP.MAC (generated by MACLIB.MAC) KERMIT.LST -- CREF listing of all Kermit modules. KERMIT.MAC -- main source file for Kermit. KERMIT.MAP -- LINK map of Kermit modules and symbols. KERMIT.RNO -- Runoff source file of help text. KERMIT.T5 -- source file to generate help messages (KERMIT.RNO output) LOCAL.MAC -- source file for implementing LOCAL kermit commands. MACLIB.MAC -- source file for disk I/O functions. MACLIB.UNV -- UNIVERSAL I/O symbol file. MAKHLP.MAC -- Generates text file for Kermit's HELP command. RECEIV.MAC -- source file for Kermit's RECEIVE and GET commands. REMOTE.MAC -- source file for implementing REMOTE Kermit commands. SEND.MAC -- source file for Kermit's SEND command. SERVER.MAC -- source file for Kermit's SERVER command. SET.MAC -- source file for Kermit's SET command. SHOW.MAC -- source file for Kermit's SHOW command. USAGE.MAC -- source file for Kermit's USAGE command. UTLITY.MAC -- source file for packet handling.