rtorrent
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
rtorrent [2009/05/10 01:29] – jt | rtorrent [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 18: | Line 18: | ||
* + or - : changes the download priority of selected torrent. | * + or - : changes the download priority of selected torrent. | ||
* Backspace : adds the specified .torrent. After pressing this button write full path or URL of .torrent file. You can use Tab and other tricks from bash. | * Backspace : adds the specified .torrent. After pressing this button write full path or URL of .torrent file. You can use Tab and other tricks from bash. | ||
+ | |||
Main View Keys | Main View Keys | ||
+ | |||
+ | === Peer list View Keys === | ||
+ | |||
+ | Use Arrow Key to navigate on related torrent. | ||
+ | |||
+ | * * : Snub peer (stop uploading to this peer) | ||
+ | * k : Kick peer (disconnect from peer) | ||
+ | * B : Ban peer (No unbanning is possible.) 0.8.4+ | ||
+ | |||
+ | === Tracker list View Keys === | ||
+ | |||
+ | * left : Switch to view selection | ||
+ | * * : Enable/ | ||
+ | * space : Rotate trackers in a group | ||
==== Stop torrents after reaching a specified upload ratio ==== | ==== Stop torrents after reaching a specified upload ratio ==== | ||
Line 139: | Line 154: | ||
schedule = throttle_2, | schedule = throttle_2, | ||
</ | </ | ||
+ | |||
+ | ==== Secure Torrent from ISP Capping ==== | ||
+ | |||
+ | Not 100% but following you two steps avoid capping from ISP,\\ | ||
+ | == Encryption == | ||
+ | according to manual you can encrypt your transfer and request encryption only\\ | ||
+ | If Encryptiong is successfully enabled you can avoid ISP to capping on packets. which make you partially secure. | ||
+ | |||
+ | Enable following line in your .rtorrent.rc | ||
+ | |||
+ | <code bash | .rtorrent.rc> | ||
+ | encryption=allow_incoming, | ||
+ | </ | ||
+ | |||
+ | == Random Ports == | ||
+ | This will change ports on every " | ||
+ | port_range specify any high number port range - many be bigger than 11K.\\ | ||
+ | Also enable random port. | ||
+ | |||
+ | <code bash | .rtorrent.rc> | ||
+ | port_range = 12000-12999 | ||
+ | port_random = yes | ||
+ | </ | ||
+ | |||
==== Saving torrent state and resume data between sessions ==== | ==== Saving torrent state and resume data between sessions ==== | ||
Line 189: | Line 228: | ||
==== rTorrent Profile ==== | ==== rTorrent Profile ==== | ||
- | [bash] | + | This is the current profile that I am using for my rtorrent client. Though most is using the defaults, there are some decent features. |
+ | < | ||
# This is an example resource file for rTorrent. Copy to | # This is an example resource file for rTorrent. Copy to | ||
# ~/ | # ~/ | ||
Line 301: | Line 341: | ||
- | [/bash] | + | </code> |
rtorrent.1241918997.txt.gz · Last modified: 2020/08/10 02:29 (external edit)