Changes between Version 1 and Version 2 of RemoteInputFiles


Ignore:
Timestamp:
Feb 1, 2013, 6:23:18 PM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteInputFiles

    v1 v2  
    11= Remote management of input files =
    22
    3 == Content-based files management ==
     3== Content-based file management ==
     4
     5{{{
     6extern int query_files(
     7    const char* project_url,
     8    const char* authenticator,
     9    int batch_id,
     10    vector<string> &md5s,
     11    vector<string> &paths,
     12    vector<int> &absent_files
     13);
     14
     15extern int upload_files (
     16    const char* project_url,
     17    const char* authenticator,
     18    int batch_id,
     19    vector<string> &md5s,
     20    vector<string> &paths
     21);
     22}}}
    423
    524== Per-user file sandbox ==