Kermit is a file transfer program. It allows the transfer of files over terminal lines from a remote Kermit program to the local Kermit program. Commands available in version 2.0 of Kermit-65 are: BYE CONNECT EXIT FINISH GET QUIT RECEIVE SEND SET SHOW STATUS BYE This command will cause Kermit-65 to tell a server Kermit at the other end of the connection to exit from Kermit and, if applicable, terminate its job (or process, etc.). When Kermit-65 receives the acknowledgement that this is being done, it will exit to DOS. KERMIT-65>BYE CONNECT The CONNECT command will allow you to connect to a remote job over the terminal line as a virtual terminal. The format of the CONNECT command is: KERMIT-65>CONNECT EXIT The EXIT command will cause Kermit to return to DOS command level. This command is the same as the QUIT command. An example of this command is: KERMIT-65>EXIT FINISH This command will cause Kermit-65 to tell a server Kermit at the other end of the connection to exit from Kermit. When Kermit-65 receives the acknowledgement that this is being done, Kermit-65 will prompt for another command. KERMIT-65>FINISH GET This command can only be used in 'user' mode. It will cause Kermit-65 to request that the other Kermit (which must be running in server mode) transmit the specifed file to Kermit-65. KERMIT-65>GET file-specification Where "file-specification" is a valid file specification for the system on which the other Kermit is running. QUIT This command will cause Kermit-65 to return to DOS command level. This is the same as the EXIT command. KERMIT-65>QUIT RECEIVE The RECEIVE command is used to put Kermit-65 into remote mode waiting for a single file transfer transaction. If no file specification is given, Kermit-65 will wait for a file transfer initialization sequence from the other Kermit. If a file specification is given, that file specification will be used to store the received file(s), regardless of what name is supplied by the other Kermit. The format of the command is: KERMIT-65>RECEIVE or KERMIT-65>RECEIVE file-specification Where "file-specification" is any valid Apple DOS file specification. SEND The SEND command will allow you to send a file to the other Kermit. The command format is: KERMIT-65>SEND file-specification Where "file-specification" is any normal APPLE DOS file specification. SET The SET command is used to set various parameters in Kermit. The format of the command is: KERMIT-65>SET