1 06/13/83  dial_out request:  send_file, sf
 2 
 3 Syntax:  !sf PATH {-control_args}
 4 
 5 Function:
 6 Send the contents of the given file to the foreign system as if it had been
 7 typed by the user.
 8 
 9 
10 Arguments:
11 PATH
12    is the pathname of the file to be sent.
13 
14 
15 Control Arguments:
16 -display_input, -dsin
17    causes characters sent from the foreign host during the tranmission of
18    this file to be displayed.  The default is to discard such foreign system
19    transmissions.
20 
21 -no_display_input, -ndsin
22    undoes -display_input.
23 
24 
25 Notes:
26 The default operation of this request is to discard characters being sent
27 from the foreign system, thus discarding echo of the file being sent.  If
28 the foreign system echo is slow, however, some echo may be seen once this
29 request terminates.