181 | | === boinc_get_output_file() === |
182 | | |
183 | | Get a URL for a particular output file. |
184 | | |
185 | | Argument: a request object with elements |
186 | | * '''project''' and '''authenticator''': as above, |
187 | | * '''instance_name''': specifies a job instance, |
188 | | * '''file_num''': the ordinal number of one of the output files. |
189 | | |
190 | | Result: a URL from which the output file can be downloaded. |
191 | | |
192 | | === boinc_get_output_files() === |
193 | | |
194 | | Argument: a request object with elements |
195 | | * '''project''' and '''authenticator''': as above, |
196 | | * '''batch_id''': specifies a batch. |
197 | | |
198 | | Result: a URL from which a zipped archive of all |
199 | | output files from the batch can be downloaded |
200 | | (only the outputs of "canonical" instances are included). |
201 | | |