- aria2.conf: it contains configurations for aria2. Follow the notice within the conf file
- aria2.log: aria2 log file, always log under appending mode. When "log-level" set to "debug", it may grow into a monster.
- aria2.session: for breakpoint Continuingly support
- Boot.bat: set / cancel autorun
- Start.vbs: the script for autorun, with log file size check now. It should be run only once everytime
- Start.bat: batch file for start an aria2 instance, without log-size check
- Restart.bat: terminate (all) aria2 instance(s), and start a new aria2 instance, without log-size check
- Stop.bat: terminate (all) aria2 instance(s) at once
- Status.bat: check the current status of aria2 instance(s).
Suggest to use Chocolatey to install aria2 on Windows: choco install aria2
Put these files under any dir writeable by common users, otherwise logging and session may fail, e.g., I put mine at C:\Users\dingp\Documents\aria2
For detailed documentation: pls refer to Aria2 Manual
Many available online, I found this very handy after trying out several: Aria2 for Edge