LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 11-04-2003, 04:29 PM   #1
knot2003
Member
 
Registered: Oct 2003
Location: Rio de Janeiro, Brazil
Distribution: Ubuntu 7.10
Posts: 32

Rep: Reputation: 15
Mandrake 9.2 Bitorrent Howto?


Hello

I am using Mandrake 9.2 right now and noitced Bittorrent is installed. Using Mozilla, I am
getting ASCII characters when trying to get some file from Suprnova. What should I do
in Mozilla configuration in order to get or download the target file or is there a way to
issue a command line to do the same in a console?

I have tried to include to /etc/mailcap this line:

application/x-bittorrent; /usr/bin/btdownloadgui.py --responsefile %s; test=test -n "$DISPLAY"

I've got this information from a FAQ about using Bittorrent with Linux but no expected results so far.

Thank you for your help.
 
Old 11-04-2003, 05:01 PM   #2
LogicG8
Member
 
Registered: Jun 2003
Location: Long Island, NY
Distribution: Gentoo Unstable (what a misnomer)
Posts: 380

Rep: Reputation: 30
I like the ncurses client. I run it with screen and then
I can check up on my downloads from ssh

just save the .torrent file

btdownloadcurses.py foo.torrent
 
Old 11-04-2003, 05:25 PM   #3
knot2003
Member
 
Registered: Oct 2003
Location: Rio de Janeiro, Brazil
Distribution: Ubuntu 7.10
Posts: 32

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by LogicG8
I like the ncurses client. I run it with screen and then
I can check up on my downloads from ssh

just save the .torrent file

btdownloadcurses.py foo.torrent
Yes, but how this work out? I also have it at /usr/bin/btdownloadcurses.py but a doubt still remains: where or how you reach the target file? Of course it is a newbie question...

You go to a console and type the above command but how the file "foo.torrent" is passed as an argument to a browser or something?

Thanks...
 
Old 11-04-2003, 05:33 PM   #4
LogicG8
Member
 
Registered: Jun 2003
Location: Long Island, NY
Distribution: Gentoo Unstable (what a misnomer)
Posts: 380

Rep: Reputation: 30
Yeah I'll clear things up a bit.

when you are browsing suprnova or anything like that
right click the link and choose save as

Save the torrent file to your home directory.
Remember the files name.

You have to open a terminal
either konsole or gnome-terminal or something like that
and enter

btdownloadcurses.py name_of_torrent.torrent

Now that's a lot of typing except that if you press the tab key
the shell will fill in what things should be to the best of its
ability. so to enter btdownloadcurses.py longtorrentname.torrent

you could type

bt[TAB] and it might become
btdownload
you type "c" so you have btdownloadc
hit [TAB] and it becomes
btdownloadcurses.py

then you enter the first letters of the torrent name
lo[TAB]

and you get

btdownloadcurses.py longtorrentname.torrent[ENTER]

and it should start downloading
 
Old 11-04-2003, 05:35 PM   #5
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
I do everything via the konsole

download torrent file
go to bittorreent directory in konsole
type btdownloadheadless.py <filename>.torrent

and that's it. commence downloading!
 
Old 11-04-2003, 05:59 PM   #6
knot2003
Member
 
Registered: Oct 2003
Location: Rio de Janeiro, Brazil
Distribution: Ubuntu 7.10
Posts: 32

Original Poster
Rep: Reputation: 15
Yeah... worked like a charm, right clicking over Suprnova file information, saving it as a link, and going to a command line thru an opened console. Got an error message, I guess, due to an overcrowded server: "Problem connecting to tracker - HTTP Error -1:
Seems that Mandrake Linux had allocated the file and is waiting for a free channel or something like this.
Thank you all for nice support.
 
Old 11-04-2003, 06:01 PM   #7
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
Quote:
Originally posted by knot2003
Yeah... worked like a charm, right clicking over Suprnova file information, saving it as a link, and going to a command line thru an opened console. Got an error message, I guess, due to an overcrowded server: "Problem connecting to tracker - HTTP Error -1:
Seems that Mandrake Linux had allocated the file and is waiting for a free channel or something like this.
Thank you all for nice support.
It could also mean that no one is seeding the file or that the torrent is old.
 
Old 11-04-2003, 06:19 PM   #8
knot2003
Member
 
Registered: Oct 2003
Location: Rio de Janeiro, Brazil
Distribution: Ubuntu 7.10
Posts: 32

Original Poster
Rep: Reputation: 15
Sure... have chosen another file and download starts very smooth and, right after, an upload. Transfer rates are better than when I was using XP and with the same ADSL link.

Thanks.
 
Old 11-04-2003, 09:25 PM   #9
Finalnight
Member
 
Registered: Jan 2003
Distribution: Mandrake 9.1
Posts: 31

Rep: Reputation: 15
or you could just install the whole thing via URPMI like I did, it automatically even put shortcuts in my KDE menu...
 
Old 11-04-2003, 09:29 PM   #10
LogicG8
Member
 
Registered: Jun 2003
Location: Long Island, NY
Distribution: Gentoo Unstable (what a misnomer)
Posts: 380

Rep: Reputation: 30
That's not a bad thing if it worked for you.
I like the ncurses version b/c I like to
monitor and sometimes start my torrents
from work over ssh.

I think everyone should try screen. It's really
handy.
 
Old 11-05-2003, 04:17 AM   #11
knot2003
Member
 
Registered: Oct 2003
Location: Rio de Janeiro, Brazil
Distribution: Ubuntu 7.10
Posts: 32

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Finalnight
or you could just install the whole thing via URPMI like I did, it automatically even put shortcuts in my KDE menu...
I am ready to learn so could you give us more details on what you have done, I mean the whole thing regarding KDE menu and so on. I believe that URPMI is used to INSTALL everything from an RPM file and IMHO that's not the case regarding Mandrake 9.2 that got everything available, at least it seems to me, however this latest version has some weird behave of not show what is installed. I had to issue an "update-menus -v" in order to have everything shown (or almost).

Thank you.
 
Old 11-05-2003, 11:21 AM   #12
Finalnight
Member
 
Registered: Jan 2003
Distribution: Mandrake 9.1
Posts: 31

Rep: Reputation: 15
http://www.linuxquestions.org/questi...threadid=74578
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
BiTorrent Downloads -- fails stanmc Linux - Newbie 2 09-30-2005 12:10 PM
Do you have to have suse first for bitorrent? barrythai SUSE / openSUSE 12 06-16-2005 05:04 PM
ED2K/Bitorrent for linux? Infernal211283 Linux - Software 3 02-05-2005 03:59 PM
bitorrent source? mohapi Linux - Software 23 07-20-2004 10:57 AM
what is Bitorrent? setlec_seta Mandriva 2 11-06-2003 02:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 12:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration