http://server/file.iso http://mirror/file.iso + dir=/iso_images + out=file.img +http://foo/bar+
From 073d6ca265ecd89bc63b9febcd4da2fa3d487f62 Mon Sep 17 00:00:00 2001
From: Tatsuhiro Tsujikawa
Append HEADER to HTTP request header. You can use this option repeatedly to specify more than one header: - aria2c --header="X-A: b78" --header="X-B: 9J1" http://host/file + aria2c --header="X-A: b78" --header="X-B: 9J1" http://host/file
aria2c --check-integrity=true file.torrent
The input file can contain list of URIs to feed them into aria2. +You can specify multiple URIs for a single entity: +separate URIs on a single line using the TAB character.
Each line is treated as if it is provided in command-line argument. +Therefore they are affected by -Z and -P options. +The additional out and dir options can be specified after each line of +URIs. This optional line must start with white space(s).
For example, the content of uri.txt is:
http://server/file.iso http://mirror/file.iso + dir=/iso_images + out=file.img +http://foo/bar+
and if aria2 is executed with -i uri.txt -d /tmp options, +then file.iso is saved as /iso_images/file.img and it is downloaded from +http://server/file.iso and http://mirror/file.iso. +The file bar is downloaded from http://foo/bar and saved as /tmp/bar.
This section describes the format of server performance profile. @@ -1994,7 +2019,7 @@ files in the program, then also delete it here.