aria2
aria2 copied to clipboard
aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
Feature request: Allow `~` and/or environment variables within configuration files, e.g.: ``` dir=~/media/dl input-file=~/.cache/aria2/session.dat save-session=~/.cache/aria2/session.dat log=~/.cache/aria2/aria2.log on-download-complete=~/.local/bin/dizzer dht-file-path=~/.cache/aria2/dht.dat dht-file-path6=~/.cache/aria2/dht6.dat ``` An alternative would be environment variable `$HOME` (and `%UserProfile%` in...
--- When downloading a file with spaces in its name, aria2c replaces spaces with `%20`, leading to incorrect filenames. ### Example: Expected: ``` [AB]My Movie_-_(HD_1080p_x264).mkv ``` Actual: ``` %5BAB%5DMy%20Movie_-_%28HD_1080p_x264%29.mkv ```...
while trying to install the requirements described in readme.unix.md **brew tap sidneys/homebrew brew install cabextract wimlib cdrtools sidneys/homebrew/chntpw** I got the following error during install of "chntpw" `brew install sidneys/homebrew/chntpw...
How to use aria2c to download a shared folder from Google Drive?
hello awesome guys. there's more and more arm64 based laptops and tablets and running windows on arm. can you build arm64 version on future relese? Thanks a lot!
Currently --bt-save-metadata (and, probably, --rpc-save-upload-metadata? I didn't test that) writes metadata to --dir. While it makes sense for --bt-metadata-only, it's not so convenient to just keep session because it clobbers...
undef SIZE_MAX caused building aria2 with libc++20 to fail, because libc++ uses this definition internally. ref: https://github.com/mstorsjo/llvm-mingw/issues/460 https://github.com/llvm/llvm-project/pull/91798#discussion_r1795235794
The build files and instructions from the README.rst are not quite sufficient for getting the aria2/aria2 binary to build statically on an amd64 Ubuntu machine. Initial errors looked like: ```...
dead?
dead?
Fixes #2256