Parallelizing Multi-Protocol Downloader
aria2 is a utility for downloading files. It has completely new design concept from its predecessor, Aria, and is written from scratch. aria2 has a segmented downloading engine in its core. It can download one file from multiple URLs or multiple connections from one URL. This results in very high speed downloading, much faster than ordinary browsers. This engine in was implemented in a single-thread model. The architecture is clean and easy to extend.
aria2 currently supports HTTP, FTP, and BitTorrent.
- Links to network:utilities / aria2
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:siegel/aria2 && cd $_
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000125 125 Bytes | about 6 years |
aria2-1.21.0.tar.xz | 0001438608 1.37 MB | about 6 years |
aria2.changes | 0000070548 68.9 KB | about 6 years |
aria2.spec | 0000005271 5.15 KB | about 6 years |
leech.patch | 0000000529 529 Bytes | about 6 years |
Comments 0