this post was submitted on 04 Jun 2025
348 points (97.5% liked)
Programmer Humor
23844 readers
2707 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Wow, getright! That's a throwback. I used that in the 90s.
On linux I use aria2c for similar tasks. It can resume http downloads, as well as split them up into multiple threads for faster downloading.
It's cli-based and powerful (therefore perhaps a bit confusing at first), but there are UIs for it as well for a more get-rightty experience.
I think jdownloader also has some application here, though it's mostly for getting things from those ad-filled file hosting sites frequently used by those on the high seas
Why would you multithread it except for heaving mutiple paths of entry to your home connection or you are getting a throttle from the file hoster?
Basically that. I don't do it much anymore, but it used to be helpful.