Created
July 26, 2018 11:47
-
-
Save mjgil/f0bc7319f7fa4e5475ce59d8bed6d35b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
All value pairs (f.ex rate and queue size) will be in the UP/DOWN | |
order. Use the up/down/left/right arrow keys to move between screens. | |
Usage: rtorrent [OPTIONS]... [FILE]... [URL]... | |
-h Display this very helpful text | |
-n Don't try to load ~/.rtorrent.rc on startup | |
-b <a.b.c.d> Bind the listening socket to this IP | |
-i <a.b.c.d> Change the IP that is sent to the tracker | |
-p <int>-<int> Set port range for incoming connections | |
-d <directory> Save torrents to this directory by default | |
-s <directory> Set the session directory | |
-o key=opt,... Set options, see 'rtorrent.rc' file | |
Main view keys: | |
backspace Add a torrent url or path | |
^s Start torrent | |
^d Stop torrent or delete a stopped torrent | |
^r Manually initiate hash checking | |
^q Initiate shutdown or skip shutdown process | |
a,s,d,z,x,c Adjust upload throttle | |
A,S,D,Z,X,C Adjust download throttle | |
I Toggle whether torrent ignores ratio settings | |
right View torrent | |
Download view keys: | |
spacebar Depends on the current view | |
1,2 Adjust max uploads | |
3,4,5,6 Adjust min/max connected peers | |
t/T Query tracker for more peers / Force query | |
* Snub peer | |
right View files | |
p View peer information | |
o View trackers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment