Changes between Initial Version and Version 1 of RemoteOutputFiles


Ignore:
Timestamp:
Feb 1, 2013, 10:26:42 AM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteOutputFiles

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