من همیشه از خودِ aria2 استفاده میکنم و تا حالا مشکلی نداشتم. قابلیت چند دانلود همزمان، چند کانکشن، دانلود از لیست فایل و ... داره و خیلی خوبه.
وقتی دستور نصبش رو میزنم این رو برای من میاره. البته تو لیست اپلیکیشن های من چیزی بنام aria2 وجود نداره:
سیستم رو هم ریستارت کردم.
sudo apt install aria2
[sudo] password for info:
Reading package lists... Done
Building dependency tree
Reading state information... Done
aria2 is already the newest version (1.35.0-2build1).
aria2 set to manually installed.
The following package was automatically installed and is no longer required:
numix-gtk-theme
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
آره خب. تحت ترمیناله!
aria2c -c --max-connection-per-server=8 --split=8 --min-split-size=1M http://example.com/example.mkv
این مثلا یعنی ۸ تا کانکشن بساز و فایل رو ۸ قسمت کن و ...
با --input-file هم میتونی مشخص کنی از یه لیست دانلود کنه (هر لینک توی یک خط جداگانه).
مثلا این حداکثر ۳ فایل رو همزمان دانلود میکنه.
aria2c -c --max-concurrent-downloads=3 --connect-timeout=60 --max-connection-per-server=8 --split=8 --min-split-size=1M --input-file Dl-list.txt
تو صفحه خودش بیشتر توضیح داده:
https://aria2.github.io/manual/en/html/aria2c.html