Changes between Version 1 and Version 2 of RemoteInputFiles
- Timestamp:
- Feb 1, 2013, 6:23:18 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemoteInputFiles
v1 v2 1 1 = Remote management of input files = 2 2 3 == Content-based files management == 3 == Content-based file management == 4 5 {{{ 6 extern 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 15 extern 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 }}} 4 23 5 24 == Per-user file sandbox ==