PDA

View Full Version : Bittorrent client



antd
04-04-2006, 09:03 AM
I cannot see the installed bittorrent client.
I have been to package manager and it says it is already installed.

Does anybody know where I can find it?

dvryknopper
04-04-2006, 06:41 PM
which version of knoppix are you using?

antd
04-12-2006, 01:06 AM
I am using version CD 4.90

Harry Kuhman
04-12-2006, 01:12 AM
Oh, really? Are you sure about that?

malaire
04-12-2006, 10:41 AM
I am using version CD 4.90

There is no such Knoppix version. Latest version is 4.0.2

antd
04-12-2006, 12:01 PM
Oh, really? Are you sure about that?

No, I am not sure. I am using the latest version 4.0.2.

Can anybody help me?

kayl
04-14-2006, 11:30 PM
Perhaps this will serve as a go-by on how to use it

http://www.knoppix.net/forum/viewtopic.php?t=22853

Dave_Bechtel
04-16-2006, 05:48 AM
Here is an exec that I use for BT.

Save it in /usr/local/bin, and don't forget to ' chmod +x ' it before running.

BEGIN btor
#!/bin/bash

#export ftp_proxy=http://10.0.0.1:3128/
#export http_proxy=http://10.0.0.1:3128/
unset ftp_proxy
unset http_proxy

argg=$*
echo $argg >>~/btor-downloads.txt

# BitTorrent download
time btdownloadcurses --url $argg \
--max_uploads 2 \
--max_upload_rate 20 \
--minport 6881 \
--maxport 6883 \
--report_hash_failures 1 \
--rerequest_interval 240 \
--display_interval 3

exit;




No, I am not sure. I am using the latest version 4.0.2.

Can anybody help me?