To use bittorrent, I recommend the
TheSHAD0W's EXPERIMENTAL BITTORRENT CLIENT ... download the latest source in
tar.gz format.
Make sure you have python installed .... use the command :
python -VThe result will be something like this:
Python 2.2.3
If you don't have python, install via apt-get:
apt-get install pythonGo to this
page, scroll down to the
Linux/UNIX section and click the link to download the RPM version of wxPython for your python install (in my case, I have version 2.2.3, so I would click
version 2.2)
Install wxPython via the command:
rpm -Uvh wxPythonGTK-py2.2-2.4.0.7-1.i386.rpmNow untar the client file:
tar -xvzf BitTorrent-experimental-S-5.8.10.tar.gzmove the entire directory to /usr/lib with this command:
mv bittorrent-CVS-shadowsclient/ /usr/lib/btclientedit the file
/etc/mailcap and add this line and save the file:
application/x-bittorrent; /usr/lib/btclient/btdownloadgui.py %s; test=test -n "$DISPLAY"If you want to be able to execute bittorrent commands from the command line, issue these commands:
cd /usr/bin
ln -s /usr/lib/btclient/bt*.py .If you have a firewall, you want to open ports 6881 to 6889 into your new bittorrent client. (Or on your first download, you can go to the prefs tab and change the incoming port(s), and forward those ports to your client).