rtorrent

Written by Walter on x/x/2008

< >

Stuff to remember for rtorrent:

  1. Do a wget "torrent file link" or use curl
  2. open a new screen (ctrl+a+c)
  3. launch rtorrent
  4. press backspace then tab to see files, choose torrent file and then enter (load+start this torrent)
  5. adjust upload/download throttle (asd, ASD etc... see manpage)
  6. ctrl-a-d -> detaches screen

MANPAGE of rtorrent :


rtorrent [ -h ] [ -n ] [ -o key1=opt1,... ] [ -O key=opt ] [ URL | FILE ... ]
Description

rtorrent is a BitTorrent client for ncurses, using the libtorrent library. The client and library is written in C++ with emphasis on speed and efficiency, while delivering equivalent features to those found in GUI based clients in an ncurses client.

Most of the options below have their own default unit in addition to supporting B, K, M and G suffixes.
Keyboard Control
Global Keys

^q
    Initiate shutdown, press again to force the shutdown and skip sending the stop signal to trackers. 
up | down | left | right arrow keys
^P | ^N | ^B | ^F
    Select entries or change windows. The right arrow key or ^F is often used for viewing details about the selected entry, while the left arrow key or ^B often returns to the previous screen. 
a | s | d
    Increase the upload throttle by 1/5/50 KB. 
A | S | D
    Increase the download throttle by 1/5/50 KB. 
z | x | c
    Decrease the upload throttle by 1/5/50 KB. 
Z | X | C
    Decrease the download throttle by 1/5/50 KB.

Main View Keys

->
    View download. 
1 - 7
    Change view. 
^S
    Start download. 
^D
    Stop an active download, or remove a stopped download. 
^K
    Close a torrent and its files. 
^R
    Initiate hash check of torrent. 
^O
    Change the destination directory of the download. The torrent must be closed. 
^X
    Call commands or change settings. 
+ | -
    Change the priority of the download. 
backspace
    Add torrent using an URL or file path. Use tab to view directory content and do auto-complete. 
l
    View log. Exit by pressing the space-bar. 
U
    Delete the file the torrent is tied to, and clear the association. 
I
    Toggle whether torrent ignores ratio settings.

Download View Keys

->
    View torrent file list. Use the space-bar to change the file priority and * to change the priority of all files. Use / to collapse the directories. OUTDATED 
1 | 2
    Adjust max uploads. 
3 | 4
    Adjust min peers. 
5 | 6
    Adjust max peers. 
u
    Display transfering blocks. 
i
    Display chunk rarity. 
o
    Display the tracker list. Cycle the trackers in a group with the space-bar. 
p
    View peer and torrent information. 
t | T
    Initiate tracker request. Use capital T to force the request, ignoring the "min interval" set by the tracker. 
k
    Disconnect peer. 
*
    Choke/Snub peer.

Back to archive