Intermediate Upload
From Unofficial BOINC Wiki
Long-running applications can upload their output files before the result as a whole is finished. To initiate the upload of an output file, call:
extern int boinc_upload_file(std::string& name);
where 'name' is the logical name of the file. The application cannot modify the file after making this call.
To check on the status of a file being uploaded, call
extern int boinc_upload_status(std::string& name);
This will return zero if the upload of the file is finished successfully.
[edit] UCB Source
[edit] Copyright ©
- 2005 University of California
- 2005 Paul D. Buck
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.

