I'm working on a Linux machine (relatively recent distribution). I want to download a file which is mirrored at two different (HTTP) servers. Now, the file is large and the download speed from each location is low.
How can I download the file from both URLs, so as to use the combined bandwidth?
I don't mind if this requires some command-line work (as I doubt existing GUI apps support this).
Note: The file is not available via BitTorrent; that would obviously be a preferable solution if I could use it.