ida.exe [options]
ida.exe URL [REFERER]
[urloption=value] ... [urloption=value]
ida.exe [FILE] [TIME]
ida.exe ALL REFERER FILE
ida.exe [p=param
v=value] ... [p=param v=value]
Options field
can be one of the following:
-addurl - start the program and open the "Add URL" window
with blank URL field;
-autorun - start the program minimized to tray;
-startall - start all available for downloading;
-stopall - stop all downloads;
-checkupdate - check for updates;
-exit - quit the program.
URL - URL of
a file to add;
REFERER
- the page from which the link is opened.
Possible urloption
variants:
referer - the page containing the link to a file to be downloaded;
description - download description;
savepath - path for saving the file;
filename - name for saving the file;
user - user name;
password - password;
sectionslimit - maximum number of sections;
priority - (1, 2, 3) priority,
1-high, 2-standard, 3-low;
cookies - cookies;
post - a string with data for POST request;
hidden - (0, 1) determines
whether to show the Add download window;
start - (0, 1) determines whether
to start download immediately;
user-agent - text parameter User-Agent, which is sended to the server when a file is uploaded;
mirror1, mirror2, mirror3, mirror4, mirror5 - links to mirrors
of a file to be downloaded.
FILE field
can be one of the following::
- Path to the download list;
- Path to a URL list file.
TIME - time
(in seconds, 1-36000) of automatic start for a links group.
ALL - download files using all links in html-file FILE (used for integration with browsers). Possible param
variants and the corresponding value:
SpeedMode (0-4, where 0-maximum,
1-medium, 2-low, 3-automatic, 4-manual) - download speed;
IEInt (0, 1, where 0-disabled,
1-enabled) - integration with Internet Explorer;
UseHTTPProxy (0, 1) - use HTTP
proxy;
UseFTPProxy (0, 1) - use FTP
proxy;
UseIEProxySettings (0, 1) -
use Internet Explorer settings;
URLClipboardMonitoring (0, 1)
- clipboard monitoring.
For example:
1) ida.exe -addurl
2) ida.exe https://westbyte.com/ida/download/idasetup.exe
3) ida.exe
https://westbyte.com/ida/download/idasetup.exe https://westbyte.com/ida/index.phtml
4)
ida.exe
ftp://westbyte.com/seawar/seawar.exe
user=test password=test priotity=1
mirror1="ftp://seawar.com/seawar
game v3.exe"
5)
ida.exe
list.xml
6)
ida.exe
links.htm 5
7)
ida.exe
p=IEInt v=0
8)
ida.exe
p=UseIEProxySettings
v=0 p=UseHTTPProxy
v=1 p=UseFTPProxy v=1
|