Skip to main content

Questions tagged [aria2]

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

aria2
0 votes
1 answer
82 views

Does Aria2 continue to seed afrer closing the terminal where i called it?

If I call aria2c "magnet:url", and after the download completes and I have seeded for long enough I feel I have contributed my fair-share, I close the terminal, will it continue to seed in ...
Spatrico's user avatar
  • 164
0 votes
1 answer
75 views

aria2 batch code call function not working properly

this is the code i wrote for multi-function option for torrent downloads. 1 is direct torrent [which works fine] but other two is not working how I am expecting. if i try to use option 2 or 3, it just ...
Raihan Shovo's user avatar
0 votes
0 answers
25 views

Aria2p Attribute Error while canceling download using gid

I'm trying to cancel the current downloading file using by it gid, but am getting the below error Aria2C Error : 'str' object has no attribute 'is_complete' async def cancel_download(id): try: ...
user19916312's user avatar
0 votes
0 answers
42 views

How to download torrent specific files in python code?

In my system I usually use command line aria2c like this $ aria2c my_torrent_file.torrent -S $ aria2c my_torrent_file.torrent --select-file=1,4-8,10 How can I do the same with aria2p in my python ...
Kroll's user avatar
  • 649
1 vote
0 answers
111 views

Any way to skip unwanted file in Aria2 before download?

I am using aria2 on a router with openwrt. I had tried to download a torrent file including some files with the size of filename over 255 bytes. Because of the filename being too long , my ext4 ...
user22699973's user avatar
0 votes
0 answers
78 views

aria2c downloading same file from HTTP and FTP in parallel doesn't work

The aria2c manpage says: Download a file from HTTP and FTP servers at the same time $ aria2c "http://host1/file.zip" "ftp://host2/file.zip" But when I try this, it says "CN:...
Geremia's user avatar
  • 5,364
1 vote
0 answers
172 views

Aria2 - Download eventually stops while using --lowest-speed-limit

While using --lowest-speed-limit option to set up minimal speed, I was hoping for new connections to be created when a slow one gets closed. Unfortunatelly, when a connection is dropping, no new is ...
Tomasz's user avatar
  • 2,061
0 votes
0 answers
141 views

How to specify hash values in aria2c input file

I have a list of files with corresponding SHA256 hash values that I need to download and verify. After looking at the documentation for aria2c, I found that you can specify a hash value for the ...
RogUE's user avatar
  • 331
1 vote
0 answers
674 views

aria2c and retry failed downloads - it retries both failed and successful downloads?

I have read many questions about aria2c here on SO, e.g. Automatically Retry aria2c download for using in a script Aria2c input file problem aria2c save download result table to a file to construct ...
d-b's user avatar
  • 921
1 vote
1 answer
307 views

The aria2.addTorrent method in aria2c's RPC interface ignores "dir" option

I am using aria2c as a daemon (the RPC interface) on a server, and when I use aria2.addTorrent method to add a torrent + a specific directory where the files have to be downloaded, aria2c downloads ...
カルロサグ's user avatar
0 votes
1 answer
175 views

Get list of files from https and save as txt file

I want to get list of directories from https for aria2c. Since, as I know, unlikely to wget, there is no recurrent option in aria2c, I going to use the txt file as mentioned here So I need the list of ...
Jake's user avatar
  • 65
0 votes
1 answer
242 views

Im stuggling using aria2c commands [closed]

Im trying to download dataset from here Since it's very large to download (2.4T), so I tried use aria2c instead of wget. There is wget command line wget -r -N -c -np https://physionet.org/files/...
Jake's user avatar
  • 65
0 votes
1 answer
1k views

Save files with specific extension using aria2

PROBLEM: I was using a Google Colab based downloader using Aria2 to download certain files to Google Drive. The problem is downloaded files have no extension, and are being treated by Drive as binary ...
Asmit Karmakar's user avatar
1 vote
1 answer
3k views

downloading a single large file with aria2c

I want to download a file that is around 60GB in size. My internet speed is 100mbps but download speed is not utilizing my entire bandwidth. If I use aria2c to download this single file, I can utilize ...
an0nhi11's user avatar
1 vote
1 answer
319 views

Windows Batch: wget to download Nirsoft tools - leads to corrupt files

As I made a batch file to update NirSoft tools, I had a strange experience using wget. First I downloaded a text file with pad links: wget http://www.nirsoft.net/pad/pad-links.txt --backups=20 --...
dimarco76's user avatar

15 30 50 per page
1
2 3 4 5 6