1. 哇,我找到一个多线程的Linux下载工具!太感谢了。
12.
@老虎会游泳,把下载地址一个一个输入终端模拟器,很烦,能不能写个脚本,只要复制下载地址添加到脚本执行。
@爱特
15. u0_a37
@android:/ $ su
-2316-g775915e&platform=android <
[1] 11545
[2] 11546
root
@android:/ # Initializing download: url
/ppsspp/index.php?m=get&rev=v0.9.1-2316-g775915e&platform=android <
[3] 11561
[4] 11562
[2] Done rev=v0.9.1-2316-g775915e
Initializing download: url
root
@android:/ # apt-get install axel
sh: apt-get: not found
[4] + Done rev=v0.9.1-2316-g775915e
127|root
@android:/ # apt-get install axel
sh: apt-get: not found
127|root
@android:/ # axel
Usage: axel [options] url1 [url2] [url...]
--max-speed=x -s x Specify maximum speed (bytes per second)
--num-connections=x -n x Specify maximum number of connections
--output=f -o f Specify local output file
--search[=x] -S [x] Search for mirrors and download from x servers
--header=x -H x Add header string
--user-agent=x -U x Set user agent
--no-proxy -N Just don't use any proxy server
--quiet -q Leave stdout alone
--verbose -v More status information
--alternate -a Alternate progress indicator
--help -h This information
--version -V Version information
Visit
http://axel.alioth.debian.org/ to report bugs
t.orphis.net/ppsspp/index.php?m=get&rev=v0.9.1-2316-g775915e&platform=android <
[2] 11735
[4] 11736
root
@android:/ # Initializing download: [options]
root
@android:/ #
/ppsspp/index.php?m=get&rev=v0.9.1-2316-g775915e&platform=android <
[5] 11854
[6] 11855
[4] Done rev=v0.9.1-2316-g775915e
[2] Done (1) axel [options] url1
http://buildbot.orphis.net/[3] Done (1) axel url
http://buildbot.orphis.net/ppsspp/inde[1] Done (1) axel url
http://buildbot.orphis.net/ppsspp/inderoot
@android:/ #
16.
@yulei,
新建文件/system/xbin/down,内容:
#!/system/bin/sh
axel http://……
axel http://……
然后终端执行dowm即可。