User Tools

Site Tools


rtorrent

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
rtorrent [2009/05/10 01:29]
jt
rtorrent [2009/10/09 07:53]
k2patel
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/​disable tracker
 +    * space  : Rotate trackers in a group 
  
 ==== Stop torrents after reaching a specified upload ratio ==== ==== Stop torrents after reaching a specified upload ratio ====
Line 138: Line 153:
 schedule = throttle_1,​01:​00:​00,​24:​00:​00,​download_rate=0 schedule = throttle_1,​01:​00:​00,​24:​00:​00,​download_rate=0
 schedule = throttle_2,​05:​00:​00,​24:​00:​00,​download_rate=25 ​ schedule = throttle_2,​05:​00:​00,​24:​00:​00,​download_rate=25 ​
 +</​code>​
 +
 +==== Secure Torrent from ISP Capping ====
 +
 +Not sure but, but it has been said on 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,​try_outgoing,​require,​enable_retry,​require_RC4
 </​code>​ </​code>​
  
Line 189: Line 215:
 ==== 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.  
 +<​code ​bash | .rtorrent.rc>​
 # This is an example resource file for rTorrent. Copy to          # This is an example resource file for rTorrent. Copy to         
 # ~/​.rtorrent.rc and enable/​modify the options as needed. Remember to # ~/​.rtorrent.rc and enable/​modify the options as needed. Remember to
Line 301: Line 328:
  
  
-[/bash]+</code>
rtorrent.txt · Last modified: 2020/08/10 02:35 (external edit)