1 10/17/84 Kermit server commands 2 3 The following generic commands can be issued from a microcomputer 4 kermit to a Multics-Kermit server. Actual syntax varies from 5 system to system. See the "Kermit User Guide" for your 6 implementation of kermit. 7 8 9 List of generic commands: 10 11 SEND filespec 12 sends a file or file group from the microcomputer to Multics. 13 14 GET filespec 15 ask Multics to send a file or file group to the microcomputer. 16 17 BYE 18 shuts down the Multics-Kermit server and logs out from Multics. 19 20 FINISH 21 shuts down the Multics server, returning to kermit command level 22 on the microcomputer. A subsequent connect command will put you 23 back to the Multics-Kermit command level.