|
||||||
| 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 |
|
|||
|
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. |
|
|||
|
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 |
|
|||
|
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 |
|
|||
|
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 |
|
|||
|
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 |
|
|||
|
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?) |
|
|||
|
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 |
|
|||
|
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 |
|
|||
|
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 |
|
|||
|
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 | |
|
|