Linux BT下载软件 -- Rtorrent 配置使用
文章目录
rtorrent介绍
rtorrent是Linux下的bt下载软件,由于支持DHT网络,可以很好的于迅雷和Bitcomet的用户进行资源共享,所以很适合国内网络环境,下载速度极快.
配置:
因安装过程不自动生成配置文件,要手动在用户根目录新建~/.rtorrent.rc文件。
其内容大体如下:
|
|
使用:
- 启动:命令行输入rtorrent 即可
|
|
rtorrent就会自动下载~/Downloads/torrents目录下面的所有bt种子.
- 添加和删除 torrents:
回退键用 URL 或者文件路径添加,采用 tab 键查看目录内容并自动完成,支持通配符,例如: ~/torrent/*回车键和回退键一样,但是添加的 torrent 保持非激活( inactive )状态 (用 ^s 激活)^o对选择的 torrent 设置新的下载目录,仅仅对还没有被激活过的 torrent^s开始下载,先运行 hash ,除非已经做过^d停止激活的下载,或者删除一个停止的下载^r初始化 torrent 的 hash 检查a/s/d增加上传带宽 1/5/50 KB.z/x/c降低上传带宽 1/5/50 KB.A/S/D增加下载带宽 1/5/50 KB.Z/X/C降低下载带宽 1/5/50 KB.
注意: ^s 和 ^q 在 shell 里面经常用来控制屏幕的暂停,这会和 rTorrent 发生冲突,用 stty -a 来检查是否已经被使用,删除的办法是:
stty stop undefstty start undefbefore running rTorrent (or reattaching to screen) to leave them undefined. You could also replace undef with some other code — ^p, say. ^d also usually sends end-of-file but ncurses passes this through to rTorrent. stty eof undef if you are worried. To fix this, you may also toggle the flow control in screen with ^a ^f until screen displays “-flow” in the bottom left corner.
- 退出:
CTRL+q
Global Keys
-
主屏幕视图操作
^q关闭 rTorrent,再按一次,强行关闭上下选择 torrent右键切换到下载视图左键回到前一个屏幕^r检查 hash+/-修改优先度l查看日志,空格退出1显示所有下载2显示所有下载,按文件名排序3显示开始的下载4显示停止的下载5显示完成的下载6显示未完成的下载7显示正在 hash 的下载8显示正在做种的下载 -
下载视图
rightSwitch to selected viewleftSwitch to view selection or back to main view1/2Adjust max uploads.3/4Adjust min peers.5/6Adjust max peers.pDisplay peer infooDisplay torrent infoiDisplay file listuDisplay tracker listt/TInitiate tracker request. Use capital T to force the request, ignoring the “min interval” set by the tracker. -
Peer list View Keys
leftSwitch to view selectionrightShow peer details*Snub peer (stop uploading to this peer)kKick peer (disconnect from peer) -
File list View Keys
leftSwitch to view selectionrightShow file detailsspaceChange the file priority; applies recursively when done on a directory*Change the priority of all files/Collapse directories. While collapsed, press right to expand the selected directory. -
Tracker list View Keys
leftSwitch to view selection*Enable/disable trackerspaceRotate trackers in a group
文章作者 孤逐王
上次更新 2015-12-18