| | 1 | = Remote access to output files = |
| | 2 | |
| | 3 | == C++ interface == |
| | 4 | |
| | 5 | == PHP interface == |
| | 6 | === boinc_get_output_file() === |
| | 7 | |
| | 8 | Get a URL for a particular output file. |
| | 9 | |
| | 10 | Argument: a request object with elements |
| | 11 | * '''project''' and '''authenticator''': as above, |
| | 12 | * '''instance_name''': specifies a job instance, |
| | 13 | * '''file_num''': the ordinal number of one of the output files. |
| | 14 | |
| | 15 | Result: a URL from which the output file can be downloaded. |
| | 16 | |
| | 17 | === boinc_get_output_files() === |
| | 18 | |
| | 19 | Argument: a request object with elements |
| | 20 | * '''project''' and '''authenticator''': as above, |
| | 21 | * '''batch_id''': specifies a batch. |
| | 22 | |
| | 23 | Result: a URL from which a zipped archive of all |
| | 24 | output files from the batch can be downloaded |
| | 25 | (only the outputs of "canonical" instances are included). |