1 10/16/84  kermit request: send, s
 2 
 3 Syntax: s local_source_path {remote_destination_path}
 4 
 5 
 6 Function: Sends the file or files specified by local_source_path to the
 7 microcomputer.
 8 
 9 
10 Arguments:
11 local_source_path
12    Is the pathname of the file to be sent to the remote.  The star
13    convention is allowed.
14 remote_destination_path
15    is the pathname under which the transmitted file will be stored on
16    the remote.
17 
18 
19 Notes:
20    If remote_destination_path is specified when sending a file group
21    to the microcomputer, the first file received will be stored under
22    the given path, and the remainder will be stored under their own
23    names.