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
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000125 125 Bytes | over 4 years |
aria2-1.24.0.tar.xz | 0001495632 1.43 MB | over 4 years |
aria2.changes | 0000072768 71.1 KB | over 4 years |
aria2.spec | 0000005216 5.09 KB | over 4 years |
Comments for aria2 0