Configuring rtorrent for Debian sid
Note:
After having used bittorrnado for several years now i discovered rtorrent that seems faster and more flexible than btlaunchmanucurses, that i’ve used previously. It just seems like it does the job better and faster.
First of all you need to install it:
su
Password:
apt-get install rtorrent
Now you need to create a configuration file called .rtorrent.rc in your home directory. Use your favorite text editor and open the empty file. Click here for a complete list of commands to insert into the file. You don’t need all the commands, just a few, so I’ll give you an example from my .rtorrent.rc file:
#Max uploads per torrent
max_uploads = 15
#Max downlad/upload rate in KiB, 0 is unlimited
download_rate = 0
upload_rate = 30
#Default save directory, change to suit your needs
directory = /home/thomas/tmp
#Look for torrents in specified directory, change to suit your needs
schedule = watch_directory,5,5,load_start=/home/thomas/tmp/*.torrent
#Stop and remove deleted torrents
schedule = untied_directory,5,5,stop_untied=
Save the file and start rtorrent from a terminal. Now…..I have specified rtorrent to look for torrents in my tmp/ folder, so to download i just save my torrents to that directory and delete the torrents and move the files when they are done. You can also tell rtorrent(in the terminal) to get a torrent from a location on your harddrive, or a web location, just press backspace and paste/type in your location or address for the torrent-file and hit enter. For more information on how to use rtorrent do this:
man rtorrent
Here is a screenshot of rtorrent in action:
And BTW to quit you do a:
^q