-
Notifications
You must be signed in to change notification settings - Fork 173
Home
ashfinal edited this page Jun 4, 2017
·
5 revisions
Open the Terminal and run:
aria2c --enable-rpc --rpc-listen-all rpc-allow-origin-all=true rpc-secret=token
The disadvantage: you have to run this again and again, and don't even think about killing the process before the download is completed. :(
- Create your aria2 config file
~/.config/aria2/aria2.conf
which at least contains the lines below:
enable-rpc=true
rpc-listen-all=true
rpc-allow-origin-all=true
rpc-secret=token
-
Download this file, put it into
~/Library/LaunchAgents/
. -
Restart your computer or run
launchctl load ~/Library/LaunchAgents/com.github.aria2.plist
.