1 10/15/84 kermit server commands
 2 
 3 The following is a list of server command functions.  The syntax
 4 varies from one microcomputer to another; consult the micro's user
 5 manual for the precise syntax.
 6 
 7 SEND filespec
 8      sends a file or group of files from the microcomputer to Multics.
 9 
10 GET filespec
11      asks Multics to send a file or group of files to the
12      microcomputer.
13 
14 BYE
15      shuts down the Multics Kermit server and logs out from Multics.
16 
17 FINISH
18      shuts down the Multics server and returns to Kermit command
19      level on the microcomputer.  A subsequent CONNECT command will
20      return to Multics Kermit command level.
21 
22 
23