Last active
May 6, 2024 16:44
-
-
Save maple3142/e04375350bae0c02d1398c6041ab8e10 to your computer and use it in GitHub Desktop.
aria2 on Windows configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rpc-secret=maple3142 | |
enable-rpc=true | |
rpc-allow-origin-all=true | |
rpc-listen-all=true | |
max-concurrent-downloads=5 | |
continue=true | |
max-connection-per-server=16 | |
min-split-size=10M | |
split=10 | |
max-overall-download-limit=0 | |
max-download-limit=0 | |
max-overall-upload-limit=0 | |
max-upload-limit=0 | |
dir=C:/Users/Administrator/Downloads | |
input-file=C:/aria2/session.aria2 | |
save-session=C:/aria2/session.aria2 | |
file-allocation=prealloc | |
referer=* | |
http-accept-gzip=true | |
save-session-interval=60 | |
force-save=false | |
log-level=info | |
log=C:/aria2/log.txt | |
allow-overwrite=true | |
seed-time=0 | |
seed-ratio=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CreateObject("WScript.Shell").Run "aria2c.exe --conf-path=aria2.conf",0,True |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd C:\aria2\ | |
start /b init.vbs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wtf is that? the paths are with a forward slash.