aria2c.1.txt 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758
  1. ARIA2C(1)
  2. =========
  3. Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
  4. :man source: Aria2
  5. :man manual: Aria2 Manual
  6. NAME
  7. ----
  8. aria2c - The ultra fast download utility
  9. SYNOPSIS
  10. --------
  11. aria2c ['OPTIONS'] ['URI' | 'MAGNET' | 'TORRENT_FILE' | 'METALINK_FILE']...
  12. DESCRIPTION
  13. -----------
  14. aria2 is a utility for downloading files. The supported protocols are
  15. HTTP(S), FTP, BitTorrent, and Metalink. aria2 can download a file from
  16. multiple sources/protocols and tries to utilize your maximum download
  17. bandwidth. It supports downloading a file from HTTP(S)/FTP and
  18. BitTorrent at the same time, while the data downloaded from
  19. HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's
  20. chunk checksums, aria2 automatically validates chunks of data while
  21. downloading a file like BitTorrent.
  22. OPTIONS
  23. -------
  24. Basic Options
  25. ~~~~~~~~~~~~~
  26. *-d*, *--dir*=DIR::
  27. The directory to store the downloaded file.
  28. *-i*, *--input-file*=FILE::
  29. Downloads URIs found in FILE. You can specify multiple URIs for a single
  30. entity: separate URIs on a single line using the TAB character.
  31. Reads input from stdin when '-' is specified.
  32. The additional *out* and *dir* options can be specified after each line of
  33. URIs. This optional line must start with white space(s).
  34. See *Input File* subsection for details.
  35. *-l*, *--log*=LOG::
  36. The file name of the log file. If '-' is specified, log is written to
  37. stdout.
  38. *-j*, *--max-concurrent-downloads*=N::
  39. Set maximum number of parallel downloads for every static (HTTP/FTP) URL,
  40. torrent and metalink. See also *-s* and *-C* option.
  41. Default: '5'
  42. *-V*, *--check-integrity*[='true'|'false']::
  43. Check file integrity by validating piece hashes.
  44. This option has effect only in BitTorrent and Metalink downloads with
  45. chunk checksums.
  46. Use this option to re-download a damaged portion of a file.
  47. Default: 'false'
  48. *-c*, *--continue*::
  49. Continue downloading a partially downloaded file.
  50. Use this option to resume a download started by a web browser or another
  51. program which downloads files sequentially from the beginning.
  52. Currently this option is only applicable to HTTP(S)/FTP downloads.
  53. *-h*, *--help*[=TAG|KEYWORD]::
  54. The help messages are classified with tags. A tag starts with
  55. "#". For example, type "--help=#http" to get the usage for the
  56. options tagged with "#http". If non-tag word is given, print the
  57. usage for the options whose name includes that word.
  58. Available Values: '#basic', '#advanced', '#http', '#https', '#ftp',
  59. '#metalink', '#bittorrent', '#cookie', '#hook', '#file',
  60. '#xml-rpc', '#experimental', '#all'
  61. Default: '#basic'
  62. HTTP/FTP Options
  63. ~~~~~~~~~~~~~~~~
  64. *--all-proxy*=PROXY::
  65. Use this proxy server for all protocols.
  66. You can override this setting and specify a proxy server for a particular
  67. protocol using *--http-proxy*, *--https-proxy* and *--ftp-proxy* options.
  68. This affects all URLs.
  69. The format of PROXY is [\http://][USER:PASSWORD@]HOST[:PORT]
  70. *--connect-timeout*=SEC::
  71. Set the connect timeout in seconds to establish connection to
  72. HTTP/FTP/proxy server. After the connection is established, this
  73. option makes no effect and *--timeout* option is used instead.
  74. Default: '60'
  75. *--dry-run*[='true'|'false']::
  76. If 'true' is given, aria2 just checks whether the remote file is
  77. available and doesn't download data. This option has effect on
  78. HTTP/FTP download. BitTorrent downloads are canceled if 'true' is
  79. specified. Default: 'false'
  80. *--lowest-speed-limit*=SPEED::
  81. Close connection if download speed is lower than or equal to this
  82. value(bytes per sec).
  83. '0' means aria2 does not have a lowest speed limit.
  84. You can append 'K' or 'M'(1K = 1024, 1M = 1024K).
  85. This option does not affect BitTorrent downloads.
  86. Default: '0'
  87. *--max-file-not-found*=NUM::
  88. If aria2 receives `file not found' status from the remote HTTP/FTP
  89. servers NUM times without getting a single byte, then force the
  90. download to fail. Specify '0' to disable this option. This options is
  91. effective only when using HTTP/FTP servers.
  92. Default: '0'
  93. *-m*, *--max-tries*=N::
  94. Set number of tries. '0' means unlimited.
  95. Default: '5'
  96. *-n*, *--no-netrc*::
  97. Disables netrc support. netrc support is enabled by default.
  98. *--no-proxy*=DOMAINS::
  99. Specify comma separated hostnames or domains where proxy should not be
  100. used.
  101. *-o*, *--out*=FILE::
  102. The file name of the downloaded file.
  103. [NOTE]
  104. In Metalink or BitTorrent download you cannot specify file name.
  105. The file name specified here is only used when the URLs fed to aria2
  106. are done by command line without *-i*, *-Z* option. For example:
  107. aria2c -o myfile.zip "http://mirror1/file.zip" "http://mirror2/file.zip"
  108. *--proxy-method*=METHOD::
  109. Set the method to use in proxy request. 'METHOD' is either 'get' or
  110. 'tunnel'. HTTPS downloads always use 'tunnel' regardless of this
  111. option.
  112. Default: 'get'
  113. *-R*, *--remote-time*[='true'|'false']::
  114. Retrieve timestamp of the remote file from the remote HTTP/FTP
  115. server and if it is available, apply it to the local file.
  116. Default: 'false'
  117. *--server-stat-of*=FILE::
  118. Specify the filename to which performance profile of the servers is
  119. saved. You can load saved data using *--server-stat-if* option. See
  120. *Server Performance Profile* subsection below for file format.
  121. *--server-stat-if*=FILE::
  122. Specify the filename to load performance profile of the servers. The
  123. loaded data will be used in some URI selector such as 'feedback'.
  124. See also *--uri-selector* option. See *Server Performance Profile*
  125. subsection below for file format.
  126. *--server-stat-timeout*=SEC::
  127. Specifies timeout in seconds to invalidate performance profile of
  128. the servers since the last contact to them.
  129. Default: '86400' (24hours)
  130. *-s*, *--split*=N::
  131. Download a file using N connections.
  132. If more than N URLs are given, first N URLs are used and remaining URLs are
  133. used for backup.
  134. If less than N URLs are given, those URLs are used more than once so that N
  135. connections total are made simultaneously.
  136. Please see *-j* option too.
  137. Please note that in Metalink download, this option has no effect and use
  138. *-C* option instead.
  139. Default: '5'
  140. *-t*, *--timeout*=SEC::
  141. Set timeout in seconds.
  142. Default: '60'
  143. *--uri-selector*=SELECTOR::
  144. Specify URI selection algorithm. The possible values are 'inorder',
  145. 'feedback' and 'adaptive'. If 'inorder' is given, URI is tried in
  146. the order appeared in the URI list. If 'feedback' is given, aria2
  147. uses download speed observed in the previous downloads and choose
  148. fastest server in the URI list. This also effectively skips dead
  149. mirrors. The observed download speed is a part of performance
  150. profile of servers mentioned in *--server-stat-of* and
  151. *--server-stat-if* options. If 'adaptive' is given, selects one of
  152. the best mirrors for the first and reserved connections. For
  153. supplementary ones, it returns mirrors which has not been tested
  154. yet, and if each of them has already been tested, returns mirrors
  155. which has to be tested again. Otherwise, it doesn't select anymore
  156. mirrors. Like 'feedback', it uses a performance profile of servers.
  157. Default: 'feedback'
  158. HTTP Specific Options
  159. ~~~~~~~~~~~~~~~~~~~~~
  160. *--ca-certificate*=FILE::
  161. Use the certificate authorities in FILE to verify the peers.
  162. The certificate file must be in PEM format and can contain multiple CA
  163. certificates.
  164. Use *--check-certificate* option to enable verification.
  165. *--certificate*=FILE::
  166. Use the client certificate in FILE.
  167. The certificate must be in PEM format.
  168. You may use *--private-key* option to specify the private key.
  169. *--check-certificate*[='true'|'false']::
  170. Verify the peer using certificates specified in *--ca-certificate* option.
  171. Default: 'true'
  172. *--http-auth-challenge*[='true'|'false']::
  173. Send HTTP authorization header only when it is requested by the
  174. server. If 'false' is set, then authorization header is always sent
  175. to the server. There is an exception: if username and password are
  176. embedded in URI, authorization header is always sent to the server
  177. regardless of this option. Default: 'false'
  178. *--http-user*=USER::
  179. Set HTTP user. This affects all URLs.
  180. *--http-passwd*=PASSWD::
  181. Set HTTP password. This affects all URLs.
  182. *--http-proxy*=PROXY::
  183. Use this proxy server for HTTP. See also *--all-proxy* option.
  184. This affects all URLs.
  185. The format of PROXY is [\http://][USER:PASSWORD@]HOST[:PORT]
  186. *--https-proxy*=PROXY::
  187. Use this proxy server for HTTPS. See also *--all-proxy* option.
  188. This affects all URLs.
  189. The format of PROXY is [\http://][USER:PASSWORD@]HOST[:PORT]
  190. *--private-key*=FILE::
  191. Use the private key in FILE.
  192. The private key must be decrypted and in PEM format.
  193. The behavior when encrypted one is given is undefined.
  194. See also *--certificate* option.
  195. *--referer*=REFERER::
  196. Set Referer. This affects all URLs.
  197. *--enable-http-keep-alive*[='true'|'false']::
  198. Enable HTTP/1.1 persistent connection.
  199. Default: 'true'
  200. *--enable-http-pipelining*[='true'|'false']::
  201. Enable HTTP/1.1 pipelining.
  202. Default: 'false'
  203. *--header*=HEADER::
  204. Append HEADER to HTTP request header.
  205. You can use this option repeatedly to specify more than one header:
  206. aria2c *--header*="X-A: b78" *--header*="X-B: 9J1" "http://host/file"
  207. *--load-cookies*=FILE::
  208. Load Cookies from FILE using the Firefox3 format (SQLite3) and the
  209. Mozilla/Firefox(1.x/2.x)/Netscape format.
  210. [NOTE]
  211. If aria2 is built without libsqlite3, then it doesn't support Firefox3 cookie format.
  212. *--save-cookies*=FILE::
  213. Save Cookies to FILE in Mozilla/Firefox(1.x/2.x)/ Netscape
  214. format. If FILE already exists, it is overwritten. Session Cookies
  215. are also saved and their expiry values are treated as 0. Possible
  216. Values: '/path/to/file'
  217. *--use-head*[='true'|'false']::
  218. Use HEAD method for the first request to the HTTP server.
  219. Default: 'false'
  220. *-U*, *--user-agent*=USER_AGENT::
  221. Set user agent for HTTP(S) downloads.
  222. Default: 'aria2/$VERSION', $VERSION is replaced by package version.
  223. FTP Specific Options
  224. ~~~~~~~~~~~~~~~~~~~~
  225. *--ftp-user*=USER::
  226. Set FTP user. This affects all URLs.
  227. Default: 'anonymous'
  228. *--ftp-passwd*=PASSWD::
  229. Set FTP password. This affects all URLs.
  230. If user name is embedded but password is missing in URI, aria2 tries
  231. to resolve password using .netrc. If password is found in .netrc,
  232. then use it as password. If not, use the password specified in this
  233. option.
  234. Default: 'ARIA2USER@'
  235. *-p*, *--ftp-pasv*[='true'|'false']::
  236. Use the passive mode in FTP.
  237. If 'false' is given, the active mode will be used.
  238. Default: 'true'
  239. *--ftp-proxy*=PROXY::
  240. Use this proxy server for FTP. See also *--all-proxy* option.
  241. This affects all URLs.
  242. The format of PROXY is [\http://][USER:PASSWORD@]HOST[:PORT]
  243. *--ftp-type*=TYPE::
  244. Set FTP transfer type. TYPE is either 'binary' or 'ascii'.
  245. Default: 'binary'
  246. *--ftp-reuse-connection*[='true'|'false']::
  247. Reuse connection in FTP.
  248. Default: 'true'
  249. BitTorrent/Metalink Options
  250. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  251. *--select-file*=INDEX...::
  252. Set file to download by specifying its index.
  253. You can find the file index using the *--show-files* option.
  254. Multiple indexes can be specified by using ",", for example: '3,6'.
  255. You can also use "-" to specify a range: '1-5'.
  256. "," and "-" can be used together: '1-5,8,9'.
  257. When used with the -M option, index may vary depending on the query
  258. (see *--metalink-** options).
  259. [NOTE]
  260. In multi file torrent, the adjacent files specified by this option may
  261. also be downloaded. This is by design, not a bug.
  262. A single piece may include several files or part of files, and aria2
  263. writes the piece to the appropriate files.
  264. *-S*, *--show-files*::
  265. Print file listing of .torrent or .metalink file and exit.
  266. In case of .torrent file, additional information
  267. (infohash, piece length, etc) is also printed.
  268. BitTorrent Specific Options
  269. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  270. *--bt-external-ip*=IPADDRESS::
  271. Specify the external IP address to report to a BitTorrent
  272. tracker. Although this function is named "external", it can accept
  273. any kind of IP addresses. IPADDRESS must be a numeric IP address.
  274. *--bt-hash-check-seed*[='true'|'false']::
  275. If 'true' is given, after hash check using *--check-integrity* option and
  276. file is complete, continue to seed file. If you want to check file
  277. and download it only when it is damaged or incomplete, set this
  278. option to 'false'. This option has effect only on BitTorrent download.
  279. Default: 'true'
  280. *--bt-max-open-files*=NUM::
  281. Specify maximum number of files to open in each BitTorrent download.
  282. Default: '100'
  283. *--bt-max-peers*=NUM::
  284. Specify the maximum number of peers per torrent. '0' means
  285. unlimited. See also *--bt-request-peer-speed-limit* option.
  286. Default: '55'
  287. *--bt-min-crypto-level*='plain'|'arc4'::
  288. Set minimum level of encryption method.
  289. If several encryption methods are provided by a peer, aria2 chooses the lowest
  290. one which satisfies the given level.
  291. Default: 'plain'
  292. *--bt-prioritize-piece*='head'[=SIZE],'tail'[=SIZE]::
  293. Try to download first and last pieces of each file first. This is
  294. useful for previewing files. The argument can contain 2
  295. keywords: 'head' and 'tail'. To include both keywords, they must be
  296. separated by comma. These keywords can take one parameter, SIZE. For
  297. example, if 'head'=SIZE is specified, pieces in the range of first
  298. SIZE bytes of each file get higher priority. 'tail'=SIZE means the
  299. range of last SIZE bytes of each file. SIZE can include 'K' or
  300. 'M'(1K = 1024, 1M = 1024K).
  301. *--bt-require-crypto*='true'|'false'::
  302. If true is given, aria2 doesn't accept and establish connection with legacy
  303. BitTorrent handshake(\19BitTorrent protocol).
  304. Thus aria2 always uses Obfuscation handshake.
  305. Default: 'false'
  306. *--bt-request-peer-speed-limit*=SPEED::
  307. If the whole download speed of every torrent is lower than SPEED,
  308. aria2 temporarily increases the number of peers to try for more
  309. download speed. Configuring this option with your preferred download
  310. speed can increase your download speed in some cases.
  311. You can append 'K' or 'M'(1K = 1024, 1M = 1024K).
  312. Default: '50K'
  313. *--bt-seed-unverified*[='true'|'false']::
  314. Seed previously downloaded files without verifying piece hashes.
  315. Default: 'false'
  316. *--bt-stop-timeout*=SEC::
  317. Stop BitTorrent download if download speed is 0 in consecutive SEC
  318. seconds. If '0' is given, this feature is disabled. Default: '0'
  319. *--bt-tracker-interval*=SEC::
  320. Set the interval in seconds between tracker requests. This
  321. completely overrides interval value and aria2 just uses this value
  322. and ignores the min interval and interval value in the response of
  323. tracker. If '0' is set, aria2 determines interval based on the
  324. response of tracker and the download progress. Default: '0'
  325. *--dht-entry-point*=HOST:PORT::
  326. Set host and port as an entry point to DHT network.
  327. *--dht-file-path*=PATH::
  328. Change the DHT routing table file to PATH.
  329. Default: '$HOME/.aria2/dht.dat'
  330. *--dht-listen-port*=PORT...::
  331. Set UDP listening port for DHT.
  332. Multiple ports can be specified by using ",", for example: '6881,6885'.
  333. You can also use "-" to specify a range: '6881-6999'. "," and "-" can be used
  334. together.
  335. Default: '6881-6999'
  336. [NOTE]
  337. Make sure that the specified ports are open for incoming UDP traffic.
  338. *--enable-dht*[='true'|'false']::
  339. Enable DHT functionality. If a private flag is set in a torrent, aria2
  340. doesn't use DHT for that download even if 'true' is given.
  341. Default: 'false'
  342. *--enable-peer-exchange*[='true'|'false']::
  343. Enable Peer Exchange extension. If a private flag is set in a torrent, this
  344. feature is disabled for that download even if 'true' is given.
  345. Default: 'true'
  346. *--follow-torrent*='true'|'false'|'mem'::
  347. If 'true' or 'mem' is specified, when a file whose suffix is ".torrent" or content
  348. type is "application/x-bittorrent" is downloaded, aria2 parses it as a torrent
  349. file and downloads files mentioned in it.
  350. If 'mem' is specified, a torrent file is not written to the disk, but is just
  351. kept in memory.
  352. If 'false' is specified, the action mentioned above is not taken.
  353. Default: 'true'
  354. *-O*, *--index-out*=INDEX=PATH::
  355. Set file path for file with index=INDEX. You can find the file index
  356. using the *--show-files* option. PATH is a relative path to the
  357. path specified in *--dir* option. You can use this option multiple
  358. times. Using this option, you can specify the output filenames of
  359. BitTorrent downloads.
  360. *--listen-port*=PORT...::
  361. Set TCP port number for BitTorrent downloads.
  362. Multiple ports can be specified by using ",", for example: '6881,6885'.
  363. You can also use "-" to specify a range: '6881-6999'.
  364. "," and "-" can be used together: '6881-6889,6999'.
  365. Default: '6881-6999'
  366. [NOTE]
  367. Make sure that the specified ports are open for incoming TCP traffic.
  368. *--max-overall-upload-limit*=SPEED::
  369. Set max overall upload speed in bytes/sec.
  370. '0' means unrestricted.
  371. You can append 'K' or 'M'(1K = 1024, 1M = 1024K).
  372. To limit the upload speed per torrent, use *--max-upload-limit* option.
  373. Default: '0'
  374. *-u*, *--max-upload-limit*=SPEED::
  375. Set max upload speed per each torrent in bytes/sec.
  376. '0' means unrestricted.
  377. You can append 'K' or 'M'(1K = 1024, 1M = 1024K).
  378. To limit the overall upload speed, use *--max-overall-upload-limit* option.
  379. Default: '0'
  380. *--peer-id-prefix*=PEER_ID_PREFIX::
  381. Specify the prefix of peer ID. The peer ID in
  382. BitTorrent is 20 byte length. If more than 20
  383. bytes are specified, only first 20 bytes are
  384. used. If less than 20 bytes are specified, random
  385. byte data are added to make its length 20 bytes.
  386. Default: 'aria2/$VERSION-', $VERSION is replaced by package version.
  387. *--seed-ratio*=RATIO::
  388. Specify share ratio. Seed completed torrents until share ratio reaches
  389. RATIO.
  390. You are strongly encouraged to specify equals or more than '1.0' here.
  391. Specify '0.0' if you intend to do seeding regardless of share ratio.
  392. If *--seed-time* option is specified along with this option, seeding ends when
  393. at least one of the conditions is satisfied.
  394. Default: '1.0'
  395. *--seed-time*=MINUTES::
  396. Specify seeding time in minutes. Also see the *--seed-ratio* option.
  397. *-T*, *--torrent-file*=TORRENT_FILE::
  398. The path to the .torrent file.
  399. You are not required to use this option because you can specify a torrent file without -T.
  400. Metalink Specific Options
  401. ~~~~~~~~~~~~~~~~~~~~~~~~~
  402. *--follow-metalink*='true'|'false'|'mem'::
  403. If 'true' or 'mem' is specified, when a file whose suffix is ".metalink" or content
  404. type of "application/metalink+xml" is downloaded, aria2 parses it as a metalink
  405. file and downloads files mentioned in it.
  406. If 'mem' is specified, a metalink file is not written to the disk, but is just
  407. kept in memory.
  408. If 'false' is specified, the action mentioned above is not taken.
  409. Default: 'true'
  410. *-M*, *--metalink-file*=METALINK_FILE::
  411. The file path to .metalink file. You are not required to use this option because you can
  412. specify a metalink file without -M.
  413. *-C*, *--metalink-servers*=NUM_SERVERS::
  414. The number of servers to connect to simultaneously.
  415. Some Metalinks regulate the number of servers to connect.
  416. aria2 strictly respects them.
  417. This means that if Metalink defines the maxconnections attribute lower
  418. than NUM_SERVERS, then aria2 uses the value of maxconnections attribute
  419. instead of NUM_SERVERS.
  420. See also *-s* and *-j* options.
  421. Default: '5'
  422. *--metalink-language*=LANGUAGE::
  423. The language of the file to download.
  424. *--metalink-location*=LOCATION[,...]::
  425. The location of the preferred server.
  426. A comma-delimited list of locations is acceptable, for example, 'JP,US'.
  427. *--metalink-os*=OS::
  428. The operating system of the file to download.
  429. *--metalink-version*=VERSION::
  430. The version of the file to download.
  431. *--metalink-preferred-protocol*=PROTO::
  432. Specify preferred protocol.
  433. The possible values are 'http', 'https', 'ftp' and 'none'.
  434. Specify 'none' to disable this feature.
  435. Default: 'none'
  436. *--metalink-enable-unique-protocol*='true'|'false'::
  437. If 'true' is given and several protocols are available for a mirror in a
  438. metalink file, aria2 uses one of them.
  439. Use *--metalink-preferred-protocol* option to specify the preference of
  440. protocol.
  441. Default: 'true'
  442. XML-RPC Options
  443. ~~~~~~~~~~~~~~~
  444. *--enable-xml-rpc*[='true'|'false']::
  445. Enable XML-RPC server. It is strongly recommended to set username
  446. and password using *--xml-rpc-user* and *--xml-rpc-passwd*
  447. option. See also *--xml-rpc-listen-port* option. Default: 'false'
  448. *--xml-rpc-listen-all*[='true'|'false']::
  449. Listen incoming XML-RPC requests on all network interfaces. If false
  450. is given, listen only on local loopback interface. Default: 'false'
  451. *--xml-rpc-listen-port*=PORT::
  452. Specify a port number for XML-RPC server to listen to. Possible
  453. Values: '1024'-'65535' Default: '6800'
  454. *--xml-rpc-max-request-size*=SIZE::
  455. Set max size of XML-RPC request. If aria2 detects the request is
  456. more than SIZE bytes, it drops connection. Default: '2M'
  457. *--xml-rpc-passwd*=PASSWD::
  458. Set XML-RPC password.
  459. *--xml-rpc-user*=USER::
  460. Set XML-RPC user.
  461. Advanced Options
  462. ~~~~~~~~~~~~~~~~
  463. *--allow-overwrite*='true'|'false'::
  464. If 'false' is given, and a file already exists but the corresponding
  465. control file (filename.aria2) doesn't exist, then aria2 will not
  466. re-download the file. See also *--auto-file-renaming* option.
  467. Default: 'false'
  468. *--allow-piece-length-change*='true'|'false'::
  469. If false is given, aria2 aborts download when a piece length is different
  470. from one in a control file.
  471. If true is given, you can proceed but some download progress will be lost.
  472. Default: 'false'
  473. *--async-dns*[='true'|'false']::
  474. Enable asynchronous DNS.
  475. Default: 'true'
  476. *--auto-file-renaming*[='true'|'false']::
  477. Rename file name if the same file already exists.
  478. This option works only in HTTP(S)/FTP download.
  479. The new file name has a dot and a number(1..9999) appended.
  480. Default: 'true'
  481. *--auto-save-interval*=SEC::
  482. Save a control file(*.aria2) every SEC seconds.
  483. If '0' is given, a control file is not saved during download. aria2 saves a
  484. control file when it stops regardless of the value.
  485. The possible values are between '0' to '600'.
  486. Default: '60'
  487. *--conf-path*=PATH::
  488. Change the configuration file path to PATH.
  489. Default: '$HOME/.aria2/aria2.conf'
  490. *-D*, *--daemon*::
  491. Run as daemon. The current working directory will be changed to '/'
  492. and standard input, standard output and standard error will be
  493. redirected to '/dev/null'. Default: 'false'
  494. *--disable-ipv6*[='true'|'false']::
  495. Disable IPv6. This is useful if you have to use broken DNS and want
  496. to avoid terribly slow AAAA record lookup. Default: 'false'
  497. *--enable-direct-io*[='true'|'false']::
  498. Enable directI/O, which lowers cpu usage while allocating/checking files.
  499. Turn off if you encounter any error.
  500. Default: 'true'
  501. *--event-poll*=POLL::
  502. Specify the method for polling events. The possible Values are
  503. 'epoll' and 'select'. If you use recent Linux that has epoll, then
  504. the default value is 'epoll'. Otherwise, the default value is
  505. 'select'.
  506. *--file-allocation*=METHOD::
  507. Specify file allocation method.
  508. 'none' doesn't pre-allocate file space. 'prealloc' pre-allocates file space
  509. before download begins. This may take some time depending on the size of the
  510. file.
  511. If you are using newer file systems such as ext4
  512. (with extents support), btrfs or xfs, 'falloc' is
  513. your best choice. It allocates large(few GiB)
  514. files almost instantly. Don't use 'falloc' with
  515. legacy file systems such as ext3 because it takes
  516. almost same time as 'prealloc' and it blocks aria2
  517. entirely until allocation finishes. 'falloc' may
  518. not be available if your system doesn't have
  519. *posix_fallocate*() function.
  520. Possible Values: 'none', 'prealloc', 'falloc'
  521. Default: 'prealloc'
  522. *--interface*=INTERFACE::
  523. Bind sockets to given interface. You can specify interface name, IP
  524. address and hostname.
  525. Possible Values: interface, IP address, hostname
  526. [NOTE]
  527. If an interface has multiple addresses, it is highly recommended to
  528. specify IP address explicitly. See also *--disable-ipv6*. If your
  529. system doesn't have getifaddrs(), this option doesn't accept interface
  530. name.
  531. *--log-level*=LEVEL::
  532. Set log level to output.
  533. LEVEL is either 'debug', 'info', 'notice', 'warn' or 'error'.
  534. Default: 'debug'
  535. *--on-download-complete*=COMMAND::
  536. Set the command to be executed when download completes. See
  537. *--on-download-start* option for the requirement of COMMAND. See
  538. also *--on-download-stop* option. Possible Values:
  539. '/path/to/command'
  540. *--on-download-error*=COMMAND::
  541. Set the command to be executed when download aborts due to error.
  542. See *--on-download-start* option for the requirement of COMMAND.
  543. See also *--on-download-stop* option. Possible Values:
  544. '/path/to/command'
  545. *--on-download-start*=COMMAND::
  546. Set the command to be executed when download starts up. COMMAND must
  547. take just one argument and GID is passed to COMMAND as a first
  548. argument. Possible Values: '/path/to/command'
  549. *--on-download-stop*=COMMAND::
  550. Set the command to be executed when download stops. You can override
  551. the command to be executed for particular download result using
  552. *--on-download-complete* and *--on-download-error*. If they are
  553. specified, command specified in this option is not executed. See
  554. *--on-download-start* option for the requirement of COMMAND.
  555. Possible Values: '/path/to/command'
  556. *--summary-interval*=SEC::
  557. Set interval in seconds to output download progress summary.
  558. Setting '0' suppresses the output.
  559. Default: '60'
  560. [NOTE]
  561. In multi file torrent downloads, the files adjacent forward to the specified files
  562. are also allocated if they share the same piece.
  563. *-Z*, *--force-sequential*[='true'|'false']::
  564. Fetch URIs in the command-line sequentially and download each URI in a
  565. separate session, like the usual command-line download utilities.
  566. Default: 'false'
  567. *--max-overall-download-limit*=SPEED::
  568. Set max overall download speed in bytes/sec. '0' means
  569. unrestricted. You can append 'K' or 'M'(1K = 1024, 1M = 1024K). To
  570. limit the download speed per download, use *--max-download-limit*
  571. option. Default: '0'
  572. *--max-download-limit*=SPEED::
  573. Set max download speed per each download in bytes/sec. '0' means
  574. unrestricted. You can append 'K' or 'M'(1K = 1024, 1M = 1024K). To
  575. limit the overall download speed, use *--max-overall-download-limit*
  576. option. Default: '0'
  577. *--no-conf*::
  578. Disable loading aria2.conf file.
  579. *--no-file-allocation-limit*=SIZE::
  580. No file allocation is made for files whose size is smaller than SIZE.
  581. You can append 'K' or 'M'(1K = 1024, 1M = 1024K).
  582. Default: '5M'
  583. *-P*, *--parameterized-uri*[='true'|'false']::
  584. Enable parameterized URI support.
  585. You can specify set of parts: 'http://{sv1,sv2,sv3}/foo.iso'.
  586. Also you can specify numeric sequences with step counter:
  587. '\http://host/image[000-100:2].img'.
  588. A step counter can be omitted.
  589. If all URIs do not point to the same file, such as the second example above,
  590. -Z option is required.
  591. Default: 'false'
  592. *-q*, *--quiet*[='true'|'false']::
  593. Make aria2 quiet (no console output).
  594. Default: 'false'
  595. *--realtime-chunk-checksum*='true'|'false'::
  596. Validate chunk of data by calculating checksum while downloading a file if
  597. chunk checksums are provided.
  598. Default: 'true'
  599. *--stop*=SEC::
  600. Stop application after SEC seconds has passed.
  601. If '0' is given, this feature is disabled.
  602. Default: '0'
  603. *-v*, *--version*::
  604. Print the version number, copyright and the configuration information and
  605. exit.
  606. Options That Take An Optional Argument
  607. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  608. The options that have its argument surrounded by square brackets([])
  609. take an optional argument. Usually omiting the argument is evaluated to 'true'.
  610. If you use short form of these options(such as '-V') and give
  611. an argument, then the option name and its argument should be concatenated(e.g.
  612. '-Vfalse'). If any spaces are inserted between the option name and the argument,
  613. the argument will be treated as URI and usually this is not what you expect.
  614. URI, MAGNET, TORRENT_FILE, METALINK_FILE
  615. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  616. You can specify multiple URLs in command-line. Unless you specify
  617. *-Z* option, all URLs must point to the same file or downloading will
  618. fail.
  619. You can specify arbitrary number of BitTorrent Magnet URI. Please note
  620. that they are always treated as a separate download. Both hex encoded
  621. 40 characters Info Hash and Base32 encoded 32 characters Info Hash are
  622. supported. The multiple "tr" paramters are supported. Because
  623. BitTorrent Magnet URI is likely to contain "&" character, it is highly
  624. recommended to always quote URI with single(') or double(") quotation.
  625. Enabling DHT is strongly recommended especially when "tr" parameter is
  626. missing. See http://www.bittorrent.org/beps/bep_0009.html for more
  627. details about BitTorrent Magnet URI.
  628. You can also specify arbitrary number of torrent files and metalink files
  629. stored on a local drive. Please note that they are always treated as a
  630. separate download.
  631. You can specify both torrent file with -T option and URLs. By doing
  632. this, you can download a file from both torrent swarm and HTTP(S)/FTP
  633. server at the same time, while the data from HTTP(S)/FTP are uploaded
  634. to the torrent swarm. For single file torrents, URL can be a complete
  635. URL pointing to the resource or if URL ends with /, name in torrent
  636. file in torrent is added. For multi-file torrents, name and path are
  637. added to form a URL for each file.
  638. [NOTE]
  639. Make sure that URL is quoted with single(') or double(") quotation if it
  640. contains "&" or any characters that have special meaning in shell.
  641. Resuming Download
  642. ~~~~~~~~~~~~~~~~~
  643. Usually, you can resume transfer by just issuing same command(aria2c
  644. URL) if the previous transfer is made by aria2.
  645. If the previous transfer is made by a browser or wget like sequential
  646. download manager, then use -c option to continue the transfer(aria2c
  647. *-c* URL).
  648. EXIT STATUS
  649. -----------
  650. Because aria2 can handle multiple downloads at once, it encounters
  651. lots of errors in a session. aria2 returns the following exit status
  652. based on the last error encountered.
  653. *0*::
  654. If all downloads are successful.
  655. *1*::
  656. If an unknown error occurs.
  657. *2*::
  658. If time out occurs.
  659. *3*::
  660. If a resource is not found.
  661. *4*::
  662. If aria2 sees the specfied number of "resource not found" error.
  663. See *--max-file-not-found* option).
  664. *5*::
  665. If a download aborts because download speed is too slow.
  666. See *--lowest-speed-limit* option)
  667. *6*::
  668. If network problem occurs.
  669. *7*::
  670. If there are unfinished downloads. This error is only reported if
  671. all finished downloads are successful and there are unfinished
  672. downloads in a queue when aria2 exits by pressing Ctrl-C by an user
  673. or sending TERM or INT signal.
  674. [NOTE]
  675. An error occurred in a finished download will not be reported
  676. as exit status.
  677. ENVIRONMENT
  678. -----------
  679. aria2 recognizes the following environment variables.
  680. http_proxy [\http://][USER:PASSWORD@]HOST[:PORT]::
  681. Specify proxy server for use in HTTP.
  682. Overrides http-proxy value in configuration file.
  683. The command-line option *--http-proxy* overrides this value.
  684. https_proxy [\http://][USER:PASSWORD@]HOST[:PORT]::
  685. Specify proxy server for use in HTTPS.
  686. Overrides https-proxy value in configuration file.
  687. The command-line option *--https-proxy* overrides this value.
  688. ftp_proxy [\http://][USER:PASSWORD@]HOST[:PORT]::
  689. Specify proxy server for use in FTP.
  690. Overrides ftp-proxy value in configuration file.
  691. The command-line option *--ftp-proxy* overrides this value.
  692. all_proxy [\http://][USER:PASSWORD@]HOST[:PORT]::
  693. Specify proxy server for use if no protocol-specific proxy is specified.
  694. Overrides all-proxy value in configuration file.
  695. The command-line option *--all-proxy* overrides this value.
  696. no_proxy [DOMAIN,...]::
  697. Specify comma-separated hostname or domains to which proxy should not be used.
  698. Overrides no-proxy value in configuration file.
  699. The command-line option *--no-proxy* overrides this value.
  700. FILES
  701. -----
  702. aria2.conf
  703. ~~~~~~~~~~
  704. By default, aria2 parses '$HOME/.aria2/aria2.conf' as a configuraiton
  705. file. You can specify the path to configuration file using
  706. *--conf-path* option. If you don't want to use the configuraitonf
  707. file, use *--no-conf* option.
  708. The configuration file is a text file and has 1 option per each
  709. line. In each line, you can specify name-value pair in the format:
  710. NAME=VALUE, where name is the long command-line option name without
  711. "--" prefix. You can use same syntax for the command-line option. The
  712. lines beginning "#" are treated as comments.
  713. --------------------------------------
  714. # sample configuration file for aria2c
  715. listen-port=60000
  716. dht-listen-port=60000
  717. seed-ratio=1.0
  718. max-upload-limit=50K
  719. ftp-pasv=true
  720. --------------------------------------
  721. dht.dat
  722. ~~~~~~~~
  723. By default, the routing table of DHT is saved to the path $HOME/.aria2/dht.dat.
  724. Control File
  725. ~~~~~~~~~~~~
  726. aria2 uses a control file to track the progress of a download. A
  727. control file is placed in the same directory as the downloading file
  728. and its filename is the filename of downloading file with ".aria2"
  729. appended. For example, if you are downloading file.zip, then the
  730. control file should be file.zip.aria2. (There is a exception for this
  731. naming convention. If you are downloading a multi torrent, its
  732. control file is the "top directory" name of the torrent with ".aria2"
  733. appended. The "top directory" name is a value of "name" key in "info"
  734. directory in a torrent file.)
  735. Usually a control file is deleted once download completed. If aria2
  736. decides that download cannot be resumed(for example, when downloading
  737. a file from a HTTP server which doesn't support resume), a control
  738. file is not created.
  739. Normally if you lose a control file, you cannot resume download. But
  740. if you have a torrent or metalink with chunk checksums for the file,
  741. you can resume the download without a control file by giving -V option
  742. to aria2c in command-line.
  743. Input File
  744. ~~~~~~~~~~
  745. The input file can contain a list of URIs for aria2 to download. You
  746. can specify multiple URIs for a single entity: separate URIs on a
  747. single line using the TAB character.
  748. Each line is treated as if it is provided in command-line argument.
  749. Therefore they are affected by *-Z* and *-P* options.
  750. Additionally, the following options can be specified after each line
  751. of URIs. These optional lines must start with white space(s).
  752. * dir
  753. * check-integrity
  754. * continue
  755. * all-proxy
  756. * connect-timeout
  757. * dry-run
  758. * lowest-speed-limit
  759. * max-file-not-found
  760. * max-tries
  761. * no-proxy
  762. * out
  763. * proxy-method
  764. * remote-time
  765. * split
  766. * timeout
  767. * http-auth-challenge
  768. * http-user
  769. * http-passwd
  770. * http-proxy
  771. * https-proxy
  772. * referer
  773. * enable-http-keep-alive
  774. * enable-http-pipelining
  775. * header
  776. * use-head
  777. * user-agent
  778. * ftp-user
  779. * ftp-passwd
  780. * ftp-pasv
  781. * ftp-proxy
  782. * ftp-type
  783. * ftp-reuse-connection
  784. * no-netrc
  785. * select-file
  786. * bt-external-ip
  787. * bt-hash-check-seed
  788. * bt-max-open-files
  789. * bt-max-peers
  790. * bt-min-crypto-level
  791. * bt-prioritize-piece
  792. * bt-require-crypto
  793. * bt-request-peer-speed-limit
  794. * bt-seed-unverified
  795. * bt-stop-timeout
  796. * bt-tracker-interval
  797. * enable-peer-exchange
  798. * follow-torrent
  799. * index-out
  800. * max-upload-limit
  801. * seed-ratio
  802. * seed-time
  803. * follow-metalink
  804. * metalink-servers
  805. * metalink-language
  806. * metalink-location
  807. * metalink-os
  808. * metalink-version
  809. * metalink-preferred-protocol
  810. * metalink-enable-unique-protocol
  811. * allow-overwrite
  812. * allow-piece-length-change
  813. * async-dns
  814. * auto-file-renaming
  815. * file-allocation
  816. * max-download-limit
  817. * no-file-allocation-limit
  818. * parameterized-uri
  819. * realtime-chunk-checksum
  820. These options have exactly same meaning of the ones in the
  821. command-line options, but it just applies to the URIs it belongs to.
  822. For example, the content of uri.txt is
  823. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  824. http://server/file.iso http://mirror/file.iso
  825. dir=/iso_images
  826. out=file.img
  827. http://foo/bar
  828. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  829. If aria2 is executed with *-i* uri.txt *-d* /tmp options, then
  830. 'file.iso' is saved as '/iso_images/file.img' and it is downloaded
  831. from \http://server/file.iso and \http://mirror/file.iso. The file
  832. 'bar' is downloaded from \http://foo/bar and saved as '/tmp/bar'.
  833. In some cases, *out* parameter has no effect. See note of *--out*
  834. option for the restrictions.
  835. Server Performance Profile
  836. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  837. This section describes the format of server performance profile. The
  838. file is plain text and each line has several NAME=VALUE pair,
  839. delimited by comma. Currently following NAMEs are recognized:
  840. host::
  841. Hostname of the server. Required.
  842. protocol::
  843. Protocol for this profile, such as ftp, http. Required.
  844. dl_speed::
  845. The average download speed observed in the previous download in
  846. bytes per sec. Required.
  847. sc_avg_speed::
  848. The average download speed observed in the previous download in
  849. bytes per sec. This value is only updated if the download is done in
  850. single connection environment and only used by
  851. AdaptiveURISelector. Optional.
  852. mc_avg_speed::
  853. The average download speed observed in the previous download in
  854. bytes per sec. This value is only updated if the download is done in
  855. multi connection environment and only used by
  856. AdaptiveURISelector. Optional.
  857. counter::
  858. How many times the server is used. Currently this value is only used
  859. by AdaptiveURISelector. Optional.
  860. last_updated::
  861. Last contact time in GMT with this server, specified in the seconds
  862. from the Epoch. Required.
  863. status::
  864. ERROR is set when server cannot be reached or out-of-service or
  865. timeout occurred. Otherwise, OK is set.
  866. Those fields must exist in one line. The order of the fields is not
  867. significant. You can put pairs other than the above; they are simply
  868. ignored.
  869. An example follows:
  870. --------------------------------------------------------------------------------
  871. host=localhost, protocol=http, dl_speed=32000, last_updated=1222491640, status=OK
  872. host=localhost, protocol=ftp, dl_speed=0, last_updated=1222491632, status=ERROR
  873. --------------------------------------------------------------------------------
  874. XML-RPC INTERFACE
  875. -----------------
  876. Terminology
  877. ~~~~~~~~~~~
  878. GID::
  879. GID(or gid) is the key to manage each download. Each download has an
  880. unique GID. Currently GID looks like an integer, but don't treat it
  881. as integer because it may be changed to another type in the future
  882. release.
  883. Methods
  884. ~~~~~~~
  885. *aria2.addUri* 'uris[, options[, position]]'
  886. This method adds new HTTP(S)/FTP/BitTorrent Magnet URI with this
  887. method. 'uris' is of type array and its element is URI which is of
  888. type string. For BitTorrent Magnet URI, 'uris' must have one element
  889. only and it should be BitTorrent Magnet URI. 'options' is of type
  890. struct and its members are a pair of option name and value. See
  891. *Options* below for more details. If 'position' is given as an
  892. integer starting from 0, the new download is inserted at 'position' in
  893. the waiting queue. If 'position' is not given or 'position' is larger
  894. than the size of the queue, it is appended at the end of the queue.
  895. This method returns GID of registered download.
  896. *aria2.addTorrent* 'torrent[, uris[, options[, position]]]'
  897. This method adds BitTorrent download by uploading .torrent file.
  898. 'torrent' is of type base64 which contains Base64-encoded .torrent
  899. file. 'uris' is of type array and its element is URI which is of type
  900. string. 'uris' is used for Web-seeding. For single file torrents, URI
  901. can be a complete URI pointing to the resource or if URI ends with /,
  902. name in torrent file is added. For multi-file torrents, name and path
  903. in torrent are added to form a URI for each file. 'options' is of
  904. type struct and its members are a pair of option name and value. See
  905. *Options* below for more details. If 'position' is given as an
  906. integer starting from 0, the new download is inserted at 'position' in
  907. the waiting queue. If 'position' is not given or 'position' is larger
  908. than the size of the queue, it is appended at the end of the queue.
  909. This method returns GID of registered download.
  910. *aria2.addMetalink* 'metalink[, options[, position]]'
  911. This method adds Metalink download by uploading .metalink file.
  912. 'metalink' is of type base64 which contains Base64-encoded .metalink
  913. file. 'options' is of type struct and its members are a pair of
  914. option name and value. See *Options* below for more details. If
  915. 'position' is given as an integer starting from 0, the new download is
  916. inserted at 'position' in the waiting queue. If 'position' is not
  917. given or 'position' is larger than the size of the queue, it is
  918. appended at the end of the queue. This method returns array of GID of
  919. registered download.
  920. *aria2.remove* 'gid'
  921. This method removes the download denoted by 'gid'. 'gid' is of type
  922. string. If specified download is in progress, it is stopped at
  923. first. The status of removed download becomes "removed". This method
  924. returns GID of removed download.
  925. *aria2.tellStatus* 'gid'
  926. This method returns download progress of the download denoted by
  927. 'gid'. 'gid' is of type string. The response is of type struct and it
  928. contains following keys. The value type is string.
  929. gid::
  930. GID of this download.
  931. status::
  932. "active" for currently downloading/seeding entry. "waiting" for the
  933. entry in the queue; download is not started. "error" for the stopped
  934. download because of error. "complete" for the stopped and completed
  935. download. "removed" for the download removed by user.
  936. totalLength::
  937. Total length of this download in bytes.
  938. completedLength::
  939. Completed length of this download in bytes.
  940. uploadLength::
  941. Uploaded length of this download in bytes.
  942. bitfield::
  943. Hexadecimal representation of the download progress. The highest bit
  944. corresponds to piece index 0. The set bits indicate the piece is
  945. available and unset bits indicate the piece is missing. The spare
  946. bits at the end are set to zero.
  947. downloadSpeed::
  948. Download speed of this download measured in bytes/sec.
  949. uploadSpeed::
  950. Upload speed of this download measured in bytes/sec.
  951. infoHash::
  952. InfoHash. BitTorrent only.
  953. numSeeders::
  954. The number of seeders the client has connected to. BitTorrent only.
  955. pieceLength::
  956. Piece length in bytes.
  957. numPieces::
  958. The number of pieces.
  959. connections::
  960. The number of peers/servers the client has connected to.
  961. errorCode::
  962. The last error code occurred in this download. The value is of type
  963. string. The error codes are defined in EXIT STATUS section. This
  964. value is only available for stopped/completed downloads.
  965. *aria2.getUris* 'gid'
  966. This method returns URIs used in the download denoted by 'gid'. 'gid'
  967. is of type string. The response is of type array and its element is of
  968. type struct and it contains following keys. The value type is string.
  969. uri::
  970. URI
  971. *aria2.getFiles* 'gid'
  972. This method returns file list of the download denoted by 'gid'. 'gid'
  973. is of type string. The response is of type array and its element is of
  974. type struct and it contains following keys. The value type is string.
  975. index::
  976. Index of file. Starting with 1. This is the same order with the
  977. files in multi-file torrent.
  978. path::
  979. File path.
  980. length::
  981. File size in bytes.
  982. selected::
  983. "true" if this file is selected by *--select-file* option. If
  984. *--select-file* is not specified or this is single torrent or no
  985. torrent download, this value is always "true". Otherwise "false".
  986. *aria2.getPeers* 'gid'
  987. This method returns peer list of the download denoted by 'gid'. 'gid'
  988. is of type string. This method is for BitTorrent only. The response
  989. is of type array and its element is of type struct and it contains
  990. following keys. The value type is string.
  991. peerId::
  992. Percent-encoded peer ID.
  993. ip::
  994. IP address of the peer.
  995. port::
  996. Port number of the peer.
  997. bitfield::
  998. Hexadecimal representation of the download progress of the peer. The
  999. highest bit corresponds to piece index 0. The set bits indicate the
  1000. piece is available and unset bits indicate the piece is missing. The
  1001. spare bits at the end are set to zero.
  1002. amChoking::
  1003. "true" if this client is choking the peer. Otherwise "false".
  1004. peerChoking::
  1005. "true" if the peer is choking this client. Otherwise "false".
  1006. downloadSpeed::
  1007. Download speed (byte/sec) that this client obtains from the peer.
  1008. uploadSpeed::
  1009. Upload speed(byte/sec) that this client uploads to the peer.
  1010. seeder::
  1011. "true" is this client is a seeder. Otherwise "false".
  1012. *aria2.tellActive*
  1013. This method returns the list of active downloads. The respose is of
  1014. type array and its element is the same struct returned by
  1015. *aria2.tellStatus* method.
  1016. *aria2.tellWaiting* 'offset, num'
  1017. This method returns the list of waiting download in the range of
  1018. ['offset', 'offset'+'num'). 'offset' is of type integer and specifies
  1019. the offset from the download waiting at the front. 'num' is of type
  1020. integer and specifies the number of downloads to be returned. For
  1021. example, imagine that three downloads "A","B" and "C" are waiting in
  1022. this order. aria2.tellWaiting(0, 1) returns "A". aria2.tellWaiting(1,
  1023. 2) returns "B" and "C". The respose is of type array and its element
  1024. is the same struct returned by *aria2.tellStatus* method.
  1025. *aria2.changeOption* 'gid, options'
  1026. This method changes options of the download denoted by 'gid'
  1027. dynamically. 'gid' is of type string. 'options' is of type struct
  1028. and the available options are: *bt-max-peers*,
  1029. *bt-request-peer-speed-limit*, *max-download-limit* and
  1030. *max-upload-limit*. This method returns "OK" for success.
  1031. *aria2.changeGlobalOption* 'options'
  1032. This method changes global options dynamically. 'options' is of type
  1033. struct and the available options are *max-concurrent-downloads*,
  1034. *max-overall-download-limit* and *max-overall-upload-limit*. This
  1035. method returns "OK" for success.
  1036. *aria2.purgeDownloadResult*
  1037. This method purges completed/error/removed downloads to free memory.
  1038. This method returns "OK".
  1039. *aria2.getVersion*
  1040. This method returns version of the program and the list of enabled
  1041. features. The response is of type struct and contains following keys.
  1042. version::
  1043. Version number of the program in string.
  1044. enabledFeatures::
  1045. List of enabled features. Each feature name is of type string.
  1046. Error Handling
  1047. ~~~~~~~~~~~~~~
  1048. In case of error, aria2 returns faultCode=1 and the error message in
  1049. faultString.
  1050. Options
  1051. ~~~~~~~
  1052. Same options for *-i* list are available. See *Input File* subsection
  1053. for complete list of options.
  1054. In the option struct, name element is option name(without preceeding
  1055. "--") and value element is argument as string.
  1056. -------------------------------------------------
  1057. <struct>
  1058. <member>
  1059. <name>split</name>
  1060. <value><string>1</string></value>
  1061. </member>
  1062. <member>
  1063. <name>http-proxy</name>
  1064. <value><string>http://proxy/</string></value>
  1065. </member>
  1066. </struct>
  1067. -------------------------------------------------
  1068. *header* and *index-out* option are allowed multiple times in
  1069. command-line. Since name should be unique in struct(many XML-RPC
  1070. library implementation uses hash or dict for struct), single string is
  1071. not enough. To overcome this situation, they can take array as value
  1072. as well as string.
  1073. ---------------------------------------------------------------
  1074. <struct>
  1075. <member>
  1076. <name>header</name>
  1077. <value>
  1078. <array>
  1079. <data>
  1080. <value><string>Accept-Language: ja</string></value>
  1081. <value><string>Accept-Charset: utf-8</string></value>
  1082. </data>
  1083. </array>
  1084. </value>
  1085. </member>
  1086. </struct>
  1087. ---------------------------------------------------------------
  1088. Sample XML-RPC Client Code
  1089. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  1090. The following Ruby script adds 'http://localhost/aria2.tar.bz2' to
  1091. aria2c operated on localhost with option *--dir*='/downloads' and
  1092. prints its reponse.
  1093. ----------------------------------------------
  1094. #!/usr/bin/env ruby
  1095. require 'xmlrpc/client'
  1096. require 'pp'
  1097. client=XMLRPC::Client.new2("http://localhost:6800/rpc")
  1098. options={ "dir" => "/downloads" }
  1099. result=client.call("aria2.addUri", [ "http://localhost/aria2.tar.bz2" ], options)
  1100. pp result
  1101. ----------------------------------------------
  1102. EXAMPLE
  1103. -------
  1104. HTTP/FTP Segmented Download
  1105. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1106. Download a file
  1107. ^^^^^^^^^^^^^^^
  1108. --------------------------------
  1109. aria2c "http://host/file.zip"
  1110. --------------------------------
  1111. [NOTE]
  1112. aria2 uses 5 connections to download 1 file by default.
  1113. Download a file using 1 connection
  1114. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1115. ----------------------------------
  1116. aria2c -s1 "http://host/file.zip"
  1117. ----------------------------------
  1118. [NOTE]
  1119. aria2 uses 5 connections to download 1 file by default.
  1120. -s1 limits the number of connections to just 1.
  1121. [NOTE]
  1122. To pause a download, press Ctrl-C. You can resume the transfer by running aria2c with the same argument in the same directory. You can change URLs as long as they are pointing to the same file.
  1123. Download a file from 2 different HTTP servers
  1124. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1125. ------------------------------------------------------
  1126. aria2c "http://host/file.zip" "http://mirror/file.zip"
  1127. ------------------------------------------------------
  1128. Download a file from HTTP and FTP servers
  1129. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1130. -----------------------------------------------------
  1131. aria2c "http://host1/file.zip" "ftp://host2/file.zip"
  1132. -----------------------------------------------------
  1133. Download files listed in a text file concurrently
  1134. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1135. ------------------------
  1136. aria2c -ifiles.txt -j2
  1137. ------------------------
  1138. [NOTE]
  1139. -j option specifies the number of parallel downloads.
  1140. Using proxy
  1141. ^^^^^^^^^^^
  1142. For HTTP:
  1143. ----------------------------------------------------------
  1144. aria2c --http-proxy="http://proxy:8080" "http://host/file"
  1145. ----------------------------------------------------------
  1146. For FTP:
  1147. --------------------------------------------------------
  1148. aria2c --ftp-proxy="http://proxy:8080" "ftp://host/file"
  1149. --------------------------------------------------------
  1150. [NOTE]
  1151. See *--http-proxy*, *--https-proxy*, *--ftp-proxy* and *--all-proxy* for
  1152. details.
  1153. You can specify proxy in the environment variables. See *ENVIRONMENT* section.
  1154. Proxy with authorization
  1155. ^^^^^^^^^^^^^^^^^^^^^^^^
  1156. ----------------------------------------------------------------------------
  1157. aria2c --http-proxy="http://username:password@proxy:8080" "http://host/file"
  1158. ----------------------------------------------------------------------------
  1159. Metalink Download
  1160. ~~~~~~~~~~~~~~~~~
  1161. Download files with remote Metalink
  1162. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1163. --------------------------------------------------------
  1164. aria2c --follow-metalink=mem "http://host/file.metalink"
  1165. --------------------------------------------------------
  1166. Download using a local metalink file
  1167. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1168. ----------------------------------------------------------
  1169. aria2c -p --lowest-speed-limit=4000 file.metalink
  1170. ----------------------------------------------------------
  1171. [NOTE]
  1172. To pause a download, press Ctrl-C.
  1173. You can resume the transfer by running aria2c with the same argument in the same
  1174. directory.
  1175. Download several local metalink files
  1176. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1177. ----------------------------------------
  1178. aria2c -j2 file1.metalink file2.metalink
  1179. ----------------------------------------
  1180. Download only selected files using index
  1181. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1182. -------------------------------------------
  1183. aria2c --select-file=1-4,8 file.metalink
  1184. -------------------------------------------
  1185. [NOTE]
  1186. The index is printed to the console using -S option.
  1187. Download a file using a local .metalink file with user preference
  1188. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1189. ------------------------------------------------------------------------------
  1190. aria2c --metalink-location=JP,US --metalink-version=1.1 --metalink-language=en-US file.metalink
  1191. ------------------------------------------------------------------------------
  1192. BitTorrent Download
  1193. ~~~~~~~~~~~~~~~~~~~
  1194. Download files from remote BitTorrent file
  1195. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1196. ------------------------------------------------------
  1197. aria2c --follow-torrent=mem "http://host/file.torrent"
  1198. ------------------------------------------------------
  1199. Download using a local torrent file
  1200. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1201. ---------------------------------------------
  1202. aria2c --max-upload-limit=40K file.torrent
  1203. ---------------------------------------------
  1204. [NOTE]
  1205. --max-upload-limit specifies the max of upload rate.
  1206. [NOTE]
  1207. To pause a download, press Ctrl-C. You can resume the transfer by running aria2c with the same argument in the same directory.
  1208. Download using BitTorrent Magnet URI
  1209. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1210. ------------------------------------------------------------------------------
  1211. aria2c "magnet:?xt=urn:btih:248d0a1cd08284299de78d5c1ed359bb46717d8c&dn=aria2"
  1212. ------------------------------------------------------------------------------
  1213. [NOTE]
  1214. Don't forget to quote BitTorrent Magnet URI which includes "&"
  1215. character with single(') or double(") quotation.
  1216. Download 2 torrents
  1217. ^^^^^^^^^^^^^^^^^^^
  1218. --------------------------------------
  1219. aria2c -j2 file1.torrent file2.torrent
  1220. --------------------------------------
  1221. Download a file using torrent and HTTP/FTP server
  1222. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1223. ------------------------------------------------------------
  1224. aria2c -Ttest.torrent "http://host1/file" "ftp://host2/file"
  1225. ------------------------------------------------------------
  1226. [NOTE]
  1227. Downloading multi file torrent with HTTP/FTP is not supported.
  1228. Download only selected files using index(usually called "selectable download")
  1229. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1230. ---------------------------------------
  1231. aria2c --select-file=1-4,8 file.torrent
  1232. ---------------------------------------
  1233. [NOTE]
  1234. The index is printed to the console using -S option.
  1235. Specify output filename
  1236. ^^^^^^^^^^^^^^^^^^^^^^^
  1237. To specify output filename for BitTorrent downloads, you need to know
  1238. the index of file in torrent file using *-S* option. For example, the
  1239. output looks like this:
  1240. --------------------------
  1241. idx|path/length
  1242. ===+======================
  1243. 1|dist/base-2.6.18.iso
  1244. |99.9MiB
  1245. ---+----------------------
  1246. 2|dist/driver-2.6.18.iso
  1247. |169.0MiB
  1248. ---+----------------------
  1249. --------------------------
  1250. To save 'dist/base-2.6.18.iso' in '/tmp/mydir/base.iso' and
  1251. 'dist/driver-2.6.18.iso' in '/tmp/dir/driver.iso', use the following
  1252. command:
  1253. -----------------------------------------------------------------------------------------
  1254. aria2c --dir=/tmp --index-out=1=mydir/base.iso --index-out=2=dir/driver.iso file.torrent
  1255. -----------------------------------------------------------------------------------------
  1256. Change the listening port for incoming peer
  1257. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1258. ---------------------------------------------------
  1259. aria2c --listen-port=7000-7001,8000 file.torrent
  1260. ---------------------------------------------------
  1261. [NOTE]
  1262. Since aria2 doesn't configure firewall or router for port forwarding, it's up
  1263. to you to do it manually.
  1264. Specify the condition to stop program after torrent download finished
  1265. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1266. -------------------------------------------------------
  1267. aria2c --seed-time=120 --seed-ratio=1.0 file.torrent
  1268. -------------------------------------------------------
  1269. [NOTE]
  1270. In the above example, the program exits when the 120 minutes has elapsed since download completed or seed ratio reaches 1.0.
  1271. Throttle upload speed
  1272. ^^^^^^^^^^^^^^^^^^^^^
  1273. ----------------------------------------------
  1274. aria2c --max-upload-limit=100K file.torrent
  1275. ----------------------------------------------
  1276. Enable DHT
  1277. ^^^^^^^^^^
  1278. ---------------------------------------------------------
  1279. aria2c --enable-dht --dht-listen-port=6881 file.torrent
  1280. ---------------------------------------------------------
  1281. [NOTE]
  1282. DHT uses udp port. Since aria2 doesn't configure firewall or router for port
  1283. forwarding, it's up to you to do it manually.
  1284. More advanced HTTP features
  1285. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1286. Load cookies
  1287. ^^^^^^^^^^^^
  1288. --------------------------------------------------------
  1289. aria2c --load-cookies=cookies.txt "http://host/file.zip"
  1290. --------------------------------------------------------
  1291. [NOTE]
  1292. You can use Firefox/Mozilla's cookie file without modification.
  1293. Resume download started by web browsers or another programs
  1294. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1295. -------------------------------------------------------
  1296. aria2c -c -s2 "http://host/partiallydownloadedfile.zip"
  1297. -------------------------------------------------------
  1298. Client certificate authorization for SSL/TLS
  1299. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1300. ------------------------------------------------------------------------------------------
  1301. aria2c --certificate=/path/to/mycert.pem --private-key=/path/to/mykey.pem https://host/file
  1302. ------------------------------------------------------------------------------------------
  1303. [NOTE]
  1304. The file specified in *--private-key* must be decrypted. The behavior when
  1305. encrypted one is given is undefined.
  1306. Verify peer in SSL/TLS using given CA certificates
  1307. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1308. ------------------------------------------------------------------------------------------
  1309. aria2c --ca-certificate=/path/to/ca-certificates.crt --check-certificate https://host/file
  1310. ------------------------------------------------------------------------------------------
  1311. And more advanced features
  1312. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  1313. Throttle download speed
  1314. ^^^^^^^^^^^^^^^^^^^^^^^
  1315. -------------------------------------------------
  1316. aria2c --max-download-limit=100K file.metalink
  1317. -------------------------------------------------
  1318. Repair a damaged download
  1319. ^^^^^^^^^^^^^^^^^^^^^^^^^
  1320. -----------------------
  1321. aria2c -V file.metalink
  1322. -----------------------
  1323. [NOTE]
  1324. This option is only available used with BitTorrent or metalink with chunk
  1325. checksums.
  1326. Drop connection if download speed is lower than specified value
  1327. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1328. ------------------------------------------------
  1329. aria2c --lowest-speed-limit=10K file.metalink
  1330. ------------------------------------------------
  1331. Parameterized URI support
  1332. ^^^^^^^^^^^^^^^^^^^^^^^^^
  1333. You can specify set of parts:
  1334. -----------------------------------------------
  1335. aria2c -P "http://{host1,host2,host3}/file.iso"
  1336. -----------------------------------------------
  1337. You can specify numeric sequence:
  1338. ---------------------------------------------
  1339. aria2c -Z -P "http://host/image[000-100].png"
  1340. ---------------------------------------------
  1341. [NOTE]
  1342. -Z option is required if the all URIs don't point to the same file, such as the above example.
  1343. You can specify step counter:
  1344. -------------------------------------------
  1345. aria2c -Z -P "http://host/image[A-Z:2].png"
  1346. -------------------------------------------
  1347. Parallel downloads of arbitrary number of URL,metalink,torrent
  1348. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1349. --------------------------------------------------------------
  1350. aria2c -j3 -Z "http://host/file1" file2.torrent file3.metalink
  1351. --------------------------------------------------------------
  1352. BitTorrent Encryption
  1353. ^^^^^^^^^^^^^^^^^^^^^
  1354. Encrypt whole payload using ARC4:
  1355. -------------------------------------------------------------------------
  1356. aria2c --bt-min-crypto-level=arc4 --bt-require-crypto=true file.torrent
  1357. -------------------------------------------------------------------------
  1358. SEE ALSO
  1359. --------
  1360. Project Web Site: http://aria2.sourceforge.net/
  1361. aria2 Wiki: http://sourceforge.net/apps/trac/aria2/wiki
  1362. Metalink Homepage: http://www.metalinker.org/
  1363. COPYRIGHT
  1364. ---------
  1365. Copyright (C) 2006, 2009 Tatsuhiro Tsujikawa
  1366. This program is free software; you can redistribute it and/or modify
  1367. it under the terms of the GNU General Public License as published by
  1368. the Free Software Foundation; either version 2 of the License, or
  1369. (at your option) any later version.
  1370. This program is distributed in the hope that it will be useful,
  1371. but WITHOUT ANY WARRANTY; without even the implied warranty of
  1372. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  1373. GNU General Public License for more details.
  1374. You should have received a copy of the GNU General Public License
  1375. along with this program; if not, write to the Free Software
  1376. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  1377. In addition, as a special exception, the copyright holders give
  1378. permission to link the code of portions of this program with the
  1379. OpenSSL library under certain conditions as described in each
  1380. individual source file, and distribute linked combinations
  1381. including the two.
  1382. You must obey the GNU General Public License in all respects
  1383. for all of the code used other than OpenSSL. If you modify
  1384. file(s) with this exception, you may extend this exception to your
  1385. version of the file(s), but you are not obligated to do so. If you
  1386. do not wish to do so, delete this exception statement from your
  1387. version. If you delete this exception statement from all source
  1388. files in the program, then also delete it here.