openSUSE Forums > Archives > Novell Archives » Bit Torrent download with Konqueror

Go Back   openSUSE Forums > Archives > Novell Archives
Forums FAQ Members List Search Today's Posts Mark Forums Read


Novell Archives Archived content from Novell openSUSE support forums

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 21-Jul-2006, 14:06
Victor Chapman
Guest
 
Posts: n/a
Default Bit Torrent download with Konqueror

I can get Konqueror to download a bit torrent file. Is there some
special way to invoke this? I am trying to download the Suse 10.1
install dvd.
  #2 (permalink)  
Old 21-Jul-2006, 15:43
Jim Pye
Guest
 
Posts: n/a
Default Re: Bit Torrent download with Konqueror

Victor Chapman wrote:

> I can get Konqueror to download a bit torrent file. Is there some
> special way to invoke this? I am trying to download the Suse 10.1
> install dvd.



In KDE the bit torrent tool is KTorrent usually under K -> Internet -> Data
Exchange in 10.0 version of SUSEs KDE

Not sure if Konqueror has an IOSlave for bit torrent, could be proven wrong
of course.

HTH


--
Pye, James Pye, chmod 007
The Ultimate Open Source
  #3 (permalink)  
Old 21-Jul-2006, 19:41
Victor Chapman
Guest
 
Posts: n/a
Default Re: Bit Torrent download with Konqueror

Jim Pye wrote:
> Victor Chapman wrote:
>
>> I can get Konqueror to download a bit torrent file. Is there some
>> special way to invoke this? I am trying to download the Suse 10.1
>> install dvd.

>
>
> In KDE the bit torrent tool is KTorrent usually under K -> Internet -> Data
> Exchange in 10.0 version of SUSEs KDE
>
> Not sure if Konqueror has an IOSlave for bit torrent, could be proven wrong
> of course.
>
> HTH
>
>


I tried to install Ktorrent. I get an icon in Internet > Data Exchange,
but when I click on the icon nothing happens. I am using gnome. Anyway I
will boot up Windoze and do the download.

Vic
  #4 (permalink)  
Old 22-Jul-2006, 03:12
Niclas Ekstedt
Guest
 
Posts: n/a
Default Re: Bit Torrent download with Konqueror

On Sat, 22 Jul 2006 00:41:03 +0000, Victor Chapman wrote:

I'm using both Gnome and Ktorrent over here.
I just installed Ktorrent through YaST. Went into Firefox
and clicked on a Bittorrent link (the Suse 10.1 for example),
and told FireFox to open the link using Ktorrent.
This automatically starts Ktorrent which then start the
download.


--
___________________________________________
Niclas Ekstedt, CNA/CNE/CNS/CLS
Network Consultant/NSC Sysop
InfraSystems Solutions AB

  #5 (permalink)  
Old 22-Jul-2006, 04:52
ac
Guest
 
Posts: n/a
Default Re: Bit Torrent download with Konqueror

Victor Chapman wrote:
> Jim Pye wrote:
>> Victor Chapman wrote:
>>
>>> I can get Konqueror to download a bit torrent file. Is there some
>>> special way to invoke this? I am trying to download the Suse
>>> 10.1 install dvd.

>>
>>
>> In KDE the bit torrent tool is KTorrent usually under K -> Internet
>> -> Data Exchange in 10.0 version of SUSEs KDE
>>
>> Not sure if Konqueror has an IOSlave for bit torrent, could be
>> proven wrong of course.
>>
>> HTH
>>
>>

>
> I tried to install Ktorrent. I get an icon in Internet > Data
> Exchange, but when I click on the icon nothing happens. I am using
> gnome.


I find that (using kde) that ktorrent actually starts, but resides in
the background until I ask for the gui (click its icon).
--
ac
  #6 (permalink)  
Old 22-Jul-2006, 09:31
Victor Chapman
Guest
 
Posts: n/a
Default Re: Bit Torrent download with Konqueror

Niclas Ekstedt wrote:
> On Sat, 22 Jul 2006 00:41:03 +0000, Victor Chapman wrote:
>
> I'm using both Gnome and Ktorrent over here.
> I just installed Ktorrent through YaST. Went into Firefox
> and clicked on a Bittorrent link (the Suse 10.1 for example),
> and told FireFox to open the link using Ktorrent.
> This automatically starts Ktorrent which then start the
> download.
>
>


Thanks for this information. Once I installed a good copy of ktorrent,
it did work this way! (Where is over here?)
  #7 (permalink)  
Old 22-Jul-2006, 15:22
Niclas Ekstedt
Guest
 
Posts: n/a
Default Re: Bit Torrent download with Konqueror

On Sat, 22 Jul 2006 14:31:52 +0000, Victor Chapman wrote:

> Thanks for this information. Once I installed a good copy of ktorrent, it
> did work this way! (Where is over here?)


My desk :-)

Gothenburg/Sweden


--
___________________________________________
Niclas Ekstedt, CNA/CNE/CNS/CLS
Network Consultant/NSC Sysop
InfraSystems Solutions AB

  #8 (permalink)  
Old 22-Jul-2006, 17:00
Jim Pye
Guest
 
Posts: n/a
Default Re: Bit Torrent download with Konqueror

Niclas Ekstedt wrote:

> On Sat, 22 Jul 2006 14:31:52 +0000, Victor Chapman wrote:
>
>> Thanks for this information. Once I installed a good copy of ktorrent, it
>> did work this way! (Where is over here?)

>
> My desk :-)
>
> Gothenburg/Sweden
>
>


Victor et al.

Good to hear you got a Torrent client working. I must admit I had some
problems with the KTorrent that 10.0 had supplied so downloaded and
compiled the latest version, I think from the KDE.org (or related sites).

It seems the latest version has some more features.

One thing I came across was the ability to control KTorrent via the KDE DCop
interface. Have crontab call this bash script and it will shutdown KTorrent
automatically.

#! /bin/bash
/opt/kde3/bin/dcop --user <username> ktorrent KTorrent stopAll
/opt/kde3/bin/dcop --user <username> ktorrent MainApplication-Interface quit

A start script should be (I could not get this one to work successfully
though):

#! /bin/bash
/opt/kde3/bin/ktorrent &
/opt/kde3/bin/dcop --user <username> ktorrent KTorrent startAll

Replace the <username> (<> included) with the user who is running the
KTorrent.

I use this to stop KTorrent before a certain time where my ISP resets my
daily download allowance, so I use up the remaining capacity for that day
and have a clean slate for the next day.

Cheers
Jim


--
Pye, James Pye, chmod 007
The Ultimate Open Source
  #9 (permalink)  
Old 22-Jul-2006, 17:18
Bill P
Guest
 
Posts: n/a
Default Re: Bit Torrent download with Konqueror

On Sat, 22 Jul 2006 18:00:12 -0400, Jim Pye
<jim.pye@[remove-this]pyenet.co.nz> wrote:

> Niclas Ekstedt wrote:
>
>> On Sat, 22 Jul 2006 14:31:52 +0000, Victor Chapman wrote:
>>
>>> Thanks for this information. Once I installed a good copy of ktorrent,
>>> it
>>> did work this way! (Where is over here?)

>>
>> My desk :-)
>>
>> Gothenburg/Sweden
>>
>>

>
> Victor et al.
>
> Good to hear you got a Torrent client working. I must admit I had some
> problems with the KTorrent that 10.0 had supplied so downloaded and
> compiled the latest version, I think from the KDE.org (or related sites).
>
> It seems the latest version has some more features.
>
> One thing I came across was the ability to control KTorrent via the KDE
> DCop
> interface. Have crontab call this bash script and it will shutdown
> KTorrent
> automatically.
>
> #! /bin/bash
> /opt/kde3/bin/dcop --user <username> ktorrent KTorrent stopAll
> /opt/kde3/bin/dcop --user <username> ktorrent MainApplication-Interface
> quit
>
> A start script should be (I could not get this one to work successfully
> though):
>
> #! /bin/bash
> /opt/kde3/bin/ktorrent &
> /opt/kde3/bin/dcop --user <username> ktorrent KTorrent startAll
>
> Replace the <username> (<> included) with the user who is running the
> KTorrent.
>
> I use this to stop KTorrent before a certain time where my ISP resets my
> daily download allowance, so I use up the remaining capacity for that day
> and have a clean slate for the next day.
>
> Cheers
> Jim
>
>

Actually you may be able to use Ktorrent's built in scheduler for this.
Just load the plugin, enable scheduling and edit the schedule - It's new
in the latest release


--
Suse 10.1 x64, kde3.53, opera 9.x weekly
  #10 (permalink)  
Old 22-Jul-2006, 18:00
Jim Pye
Guest
 
Posts: n/a
Default Re: Bit Torrent download with Konqueror

Bill P wrote:

> On Sat, 22 Jul 2006 18:00:12 -0400, Jim Pye
>>

> Actually you may be able to use Ktorrent's built in scheduler for this.
> Just load the plugin, enable scheduling and edit the schedule - It's new
> in the latest release
>
>

Bill

Cheers

I think that was on the feature list for the next version IIRC when I
downloaded my current version, might give the new one a test drive.

Ta
Jim


--
Pye, James Pye, chmod 007
The Ultimate Open Source
 

Bookmarks


Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2