Changes between Version 1 and Version 2 of adeiService_download

Show
Ignore:
Author:
Aki (IP: 141.52.232.84)
Timestamp:
09/20/10 14:47:55 (14 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adeiService_download

    v1 v2  
    33 
    44== Supported targets == 
    5  * ''getStatus'' - Returns list of available downloads in queue and their statuses which are ready and queued  
    6  * ''beginDownload'' - creates apropriate XML and serialized request object file for download agent. 
    7  * ''removeDownload'' - removes meta files and serialized object file. 
    8  
     5 * ''dlmanager_list''     - Returns detailed information of all downloads in xml format.  
     6 * ''dlmanager_download'' - Starts downloading prepared file from server. 
     7 * ''dlmanager_add''      - Adds download in queue for server to prepare. 
     8 * ''dlmanager_status''   - Returns current status of downloadmanager. If busy, returns also active download and it's current progress.  
     9 * ''dlmanager_sort''     - Sorts given users downloads first in downloads page. 
     10 * ''dlmanager_details''  - Returns detailed information about download in xml format.  
     11 * ''dlmanager_remove''   - Removes download from database and files from server.