如何从多个 URL 下载同一文件以提高速度?

ein*_*lum 6 linux download download-manager mirroring file-download

我正在一台 Linux 机器上工作(相对较新的发行版)。我想下载一个在两个不同(HTTP)服务器上镜像的文件。现在,文件很大,每个位置的下载速度都很慢。

如何从两个 URL 下载文件,以便使用组合带宽?

我不介意这是否需要一些命令行工作(因为我怀疑现有的 GUI 应用程序是否支持这一点)。

注意:该文件无法通过 BitTorrent 获得;如果我可以使用它,这显然是一个更好的解决方案。

Ipo*_*cer 7

使用aria2

\n\n

人 aria2c:

\n\n
   -i, --input-file=<FILE>\n          Downloads  the  URIs  listed  in  FILE. You can specify multiple\n          sources for a single entity by putting multiple URIs on a single\n          line  separated by the TAB character.  Additionally, options can\n          be specified after each URI line. Option lines must  start  with\n          one  or more white space characters (SPACE or TAB) and must only\n          contain one option per line.  Input files can use gzip  compres\xe2\x80\x90\n          sion.   When  FILE  is specified as -, aria2 will read the input\n          from stdin.  See the Input File  subsection  for  details.   See\n          also  the  --deferred-input option.  See also the --save-session\n          option.\n
Run Code Online (Sandbox Code Playgroud)\n