Questions tagged [aria2]

aria2 is a lightweight multi-protocol & multi-source download utility operated in command-line.

aria2 is a lightweight multi-protocol & multi-source command-line download utility. It supports

  • HTTP/HTTPS,
  • 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 and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent.

Online References

71 questions
0
votes
1 answer

Aria2 disable P2P BitTorrent?

Is it possible to disable P2P BitTorrent in aria2c? If it's not possible in aria2, how could I block P2P with iptables?
user3200534
  • 103
  • 1
  • 5
0
votes
1 answer

aria2c save download result table to a file

I'm downloading multiple links using aria2c using a list of links. At the end of the download run, aria2c outputs a summary table on the terminal like so: Download Results: gid |stat|avg speed …
Nikhil VJ
  • 5,630
  • 7
  • 34
  • 55
0
votes
1 answer

Is it possible to include aria2 in my project?

Is it possible to compile aria2 as a static library and use it in my Windows C ++ project, via the API? I did not find any information on this.
kotbrain
  • 87
  • 1
  • 6
0
votes
0 answers

aria2c fails to download to a path that is mounted to FTP

I would like to setup a downloader on a raspberry PI to download into my NAS (MyBookLive), since I don't have enough space on the PI. I don't want to install the downloader into the MyBookLive since it is running out of CPU and MEM already. 1. I've…
Denis
  • 1,130
  • 3
  • 17
  • 32
0
votes
1 answer

Aria2c pause and resume every 5 seconds

I have a problem with downloading files from a server, the problem is when I start to download files, download speed is good but after a couple, second download speed decreasing. I am using aria2c and wants to there is any way to pause and resume…
user1086010
  • 666
  • 1
  • 9
  • 25
0
votes
1 answer

How to write a script to fetch the address of the links to .rar files on a webpage?

Have a pile of 50 .rar files on a web server and I want to download them all. And, the names of the files have nothing in common other than .rar. I wanted to try aria2 to download all of them altogether, but I think I need to write a script to fetch…
user2326844
  • 321
  • 2
  • 8
  • 20
0
votes
1 answer

How to download multiple links in to a single file?

How can I download multiple links in to a single file using aria2c? This works but it will still download all the links as seperate files. aria2c -i links.txt --o result.txt
0
votes
1 answer

How to config timeout when using the RPC interface of aria2?

I'm using the xmlrpclib of Python to interact with aria2 to manage files to download. In the documentation, the only option that's shown in example is: dir. I can also use out to specify the filename, now I wonder how to config things like -timeout…
satoru
  • 31,822
  • 31
  • 91
  • 141
0
votes
1 answer

aria2c timeout error on large file, but downloads most of it

I posted this on superuser yesterday, but maybe it's better here. I apologize if I am incorrect. I am trying to trouble shoot the below aria2c command run using ubuntu 14.04. Basically the download starts and gets to about 30 minutes left, then…
justaguy
  • 2,908
  • 4
  • 17
  • 36
-1
votes
3 answers

php-aria2 JSONRPC Empty reply from server

I use php-aria2 to download remote files. But all request to 127.0.0.1:8100/jsonrpc returns null. aria2c works fine from command line. When I run this from command line curl http://127.0.0.1:6800/jsonrpc -H "Content-Type: application/json" -H…
ruki-ruki
  • 1
  • 4
-2
votes
1 answer

Is tracker related to torrent or downloader?

Background I'm trying to add some active trackers for transmission daemon to speed it up as I have done this before when using aria2. But all the resources I found is how to add trackers to a torrent. Question So I'm wondering which is tracker…
Sraw
  • 18,892
  • 11
  • 54
  • 87
1 2 3 4
5