forked from siku2/arigo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdoc.go
More file actions
15 lines (12 loc) · 671 Bytes
/
doc.go
File metadata and controls
15 lines (12 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
Package arigo is a library to communicate with the aria2 RPC interface.
About aria2
aria2 is a utility for downloading files.
The supported protocols are HTTP(S), FTP, SFTP, BitTorrent, and Metalink.
aria2 can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth.
It supports downloading a file from HTTP(S)/FTP /SFTP and BitTorrent at the same time,
while the data downloaded from HTTP(S)/FTP/SFTP is uploaded to the BitTorrent swarm.
Using Metalink chunk checksums, aria2 automatically validates chunks of data while downloading a file.
You can read more about aria2 here: https://aria2.github.io/
*/
package arigo