Parallelizing Multi-Protocol Utility for Downloading Files
https://aria2.github.io
aria2 is a utility for downloading files. It has a segmented
downloading engine in its core. It can download one file from
multiple URLs or multiple connections from one URL. This can be used
to speed up downloads with certain networks. The engine in was
implemented in a single-thread model.
aria2 currently supports HTTP, FTP, and BitTorrent.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / aria2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout network:utilities/aria2 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000140 140 Bytes | |
aria2-1.23.0.tar.xz | 0001493704 1.42 MB | |
aria2.changes | 0000072102 70.4 KB | |
aria2.spec | 0000005227 5.1 KB |
Revision 223 (latest revision is 260)
Martin Pluskal (pluskalm)
committed
(revision 223)
- Update to version 1.23.0: * Simplify cache write * Allow subsecond value in ns cookie.txt file's expiry time field * Adjust chromium cookie time * import-po: iterate on glob, not ls output * Add --stderr option to redirect all stdout log output to stderr * Add "hide" to --download-result option * Fix downloaded metaurl torrent filename * Add a little bit of color to have a better visual of important informations * Update README URLs based on HTTP redirects * Relocate from github.com/tatsuhiro-t/aria2 to github.com/aria2/aria2 * mingw: Defer the falloc warning until falloc is specified by option * Add bittorrent key to aria2.tellStopped status * Addsystem.listNotifications RPC method * Report CheckIntegrity info in tellStatus - Update download url
Comments 0