Python - /usr/bin/python
BitTorrent - see below
To install:
wget http://download.bittorrent.com/dl/BitTorrent-4.0.1-1.noarch.rpm
rpm -ivh BitTorrent-4.0.1-1.noarch.rpm
If you get the following error:
"running BitTorrent apps: ImportError: No module named BitTorrent.download",
just set the path to python:
export PYTHONPATH=/usr/lib/python2.3/site-packages
To download torrent file:
download .torrent file eg. myfile.torrent
1. nohup btdownloadheadless.py --responsefile myfile.torrent > log&
or
2. screen -S mydownload
btdownloadcurses.py --responsefile myfile.torrent
press ctrl-A then D to leave screen
to return to screen type: screen -x mydownload
---------------------------------------------------------------------------- |