My starting point is this question. Now aria2 is downloading the files but it is not as fast as I expected it (I am running this on a Macbook Pro with an i7, gigabit connection and AC-wifi. I am most definitely not maxing out any of these links of the chain.).
I use aria2 with these switches
-x 16 -s 1
Since the files are small I see no reason to open several sockets (-s 1) for each download. However, parallell downloading (-x 16. 16 is max, isn't it?) of several files should increase the overall speed, shouldn't it?
Nevertheless, when I read the output log, the downloads doesn't seem to be parallell. Am I missing something in how one use aria?
Or is it the feed of URLs into aria that is the bottleneck (I use find . -t f and then use the result to build the URL fed into aria using string concatenation)?