bash aria2c_TrackersList/go.sh
-
Download
.torrentfile frommagnetlinkaria2c --bt-save-metadata=true --bt-metadata-only=true <magnetLink> -
Show conntent list and index of torrent file
aria2c [ -S | --show-files ] <torrentFIle> -
Download specific files of torrent with their index
aria2c --select-file=<INDEX> <torrentFile><INDEX>have two types to choose multiple files with their index number showed in--show-files-
Multiple Individual indexes can be specified by using
, -
Specify a range with
-
💡 In multiple file torrent, the adjacent files specified by this option may also be downloaded.
-
-
FAQ
-
Q: Encounter
cause: File name too longerror -
A: Use
-O, --index-out=<INDEX>=<PATH>option-
This option can be used multiple times.
-
Specify an output file name of torrent downloads through its
<INDEX>obtained from using--show-files.
-
-
- You could use
wgetto get resource downloaded byaria2cthrough Web Server.
- This is an instration about how to configure the enviroment about downloading torrent.
-
The configure file is
$HOME/.aria2/aria2.conf -
Search this project which have saved many TrackerLists Files
-
In
aria2.conf, You only need to add a line:bt-tracker=<URI>,<URI>,<URI>,<URI>,<URI>....