Changes between Version 1 and Version 2 of SendFile
- Timestamp:
- Apr 25, 2007, 9:00:26 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SendFile
v1 v2 1 1 = Sending files = 2 2 3 To send a file to a specific host, use the function 3 To send a file to a specific host, use the function 4 4 5 {{{ 5 6 send_file(int host_id, const char* file_name) 6 7 }}} 7 or the command line program (run from the project root directory) 8 9 or the command line program (run from the project root directory) 10 8 11 {{{ 9 12 send_file -host_id X -file_name Y 10 13 }}} 11 send_file creates a result and initializes it with a name of the form send_FILENAME_HOSTID_TIME. 14 15 send_file creates a result and initializes it with a name of the form send_FILENAME_HOSTID_TIME. 12 16 13 17 A message is created for the host and added to the msg_to_host table. This message instructs the client to download the file and acknowledge a successful download. The download message included in the next RPC reply to the host. The message has the form: 14 15 18 16 19 {{{ … … 39 42 <file_name>file_name</file_name> 40 43 </file_ref> 41 </workunit>}}} 44 </workunit> 45 }}}