use*_*044 6 command-line downloads software-recommendation
Ubuntu 11.04 的任何命令行下载加速器/管理器推荐吗?我尝试了一些程序,例如
我想知道是否有任何具有“恢复下载”功能的命令行下载管理器。
第一次下载:
axel -a -n 10 http://yui.zenfs.com/theater/f2esummit2011-tso.mp4
Initializing download:
http://yui.zenfs.com/theater/f2esummit2011-tso.mp4 File size:
316943546 bytes Opening output file f2esummit2011-tso.mp4 State file
found: 5412634 bytes downloaded, 311530912 to go. Starting download
Connection 1 unexpectedly closed
] Connection 2 unexpectedly closed
] Connection 9 unexpectedly closed
] Connection 6 unexpectedly closed
] Connection 8 unexpectedly closed
] Connection 3 unexpectedly closed
] Connection 5 unexpectedly closed
] [ 6%] [0 1 2 3 4 5 6 7 8 9 ] [
58.3KB/s] [ 1h22]
Run Code Online (Sandbox Code Playgroud)
这就是我所做的:我同时运行了两个下载。但是使用 Axel,我收到以下错误:分段错误
第二次下载:
axel -v -a -n -10 http://yui.zenfs.com/theater/f2esummit2011-glass.mp4
Initializing download: http://yui.zenfs.com/theater/f2esummit2011-glass.mp4
Segmentation fault
Run Code Online (Sandbox Code Playgroud)
wget,默认安装,通过-c选项有这样的功能:
-c
--continue
Continue getting a partially-downloaded file. This is useful when
you want to finish up a download started by a previous instance of
Wget, or by another program.
...
Note that -c only works with FTP servers and with HTTP servers that
support the "Range" header.
Run Code Online (Sandbox Code Playgroud)