linux停的下载工具
---DownThemAll!---firefox下的多线程下载插件
在firefox里的附加组件里搜索downthemall!安装即可
---uTorrent---基于web UI的BT软件,可以远程,还有中面。
http://www.utorrent.com/intl/zh_cn/downloads/linux
下载后解压,执行./utserver就可以,然后使用http://127.0.0.1:8080/gui/打开,用户名admin,密码为空。
在下载前,你必须要在 uTorrent Serve 目录下手工创建一个名为 utserver.conf 的配置文件
utserver.conf 样例如下:
#Internal Settings
ut_webui_port: 8080
dir_active: /home/用户名/Downloads/.tmp/
dir_completed: /home/用户名/Downloads/
preferred_interface: eth0
#Regular Settings
#传入链接所使用的端口
bind_port: 5158
#最大上传速度(kb/s)
max_ul_rate: 30
#最大下载速度(kb/s)
max_dl_rate: 500
#全局最大链接数
max_total_connections: 800
#每个Torrent的最大链接数
conns_per_torrent: 500
#每个Torrent的上传通道数
ul_slots_per_torrent: 6
./utserver后出现错误
./utserver: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory
可以下载lib库解决,http://www.it-adv.net/fetion/downng/library_linux.tar.gz
cp libcrypto.so.0.9.8 /usr/lib
cp libssl.so.0.9.8 /usr/lib
---Flashget for linux---电驴for Linux
软件及具体作用方法见这里:
http://bbs.flashget.com/viewthread.php?tid=19722&extra=page%3D1