Results 1 to 9 of 9

Thread: bit torrent client with a web interface?

  1. #1
    dgr
    dgr is offline
    Senior Member
    Join Date
    Jul 2003
    Posts
    621
    Thanks
    0
    Thanked
    0 times in 0 posts

    bit torrent client with a web interface?

    hi,

    I'd like to install a bit torrent client on my linux box and access it via a web interface (in addition to CLI). However, I don't want to install X.

    Any recommendations?

    Cheers,
    dgr
    dothan 745 @ 2.4ghz | 2gb Corsair XMS (2-3-3-6) | dual raptors (raid0) | ATI 9700pro | CM201 | dual lg 1810

  2. #2
    Gentoo Ricer
    Join Date
    Jan 2005
    Location
    Galway
    Posts
    11,048
    Thanks
    1,016
    Thanked
    944 times in 704 posts
    • aidanjt's system
      • Motherboard:
      • Asus Strix Z370-G
      • CPU:
      • Intel i7-8700K
      • Memory:
      • 2x8GB Corsiar LPX 3000C15
      • Storage:
      • 500GB Samsung 960 EVO
      • Graphics card(s):
      • EVGA GTX 970 SC ACX 2.0
      • PSU:
      • EVGA G3 750W
      • Case:
      • Fractal Design Define C Mini
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • Asus MG279Q
      • Internet:
      • 240mbps Virgin Cable
    Quote Originally Posted by portage
    * net-p2p/ctorrent
    Latest version available: 1.3.4-r1
    Latest version installed: [ Not Installed ]
    Size of downloaded files: 85 kB
    Homepage: http://ctorrent.sourceforge.net
    Description: CTorrent is a BitTorrent console client written in C.
    License: GPL-2
    afaik it doesn't support DHT, so if the tracker goes down it may well throw an error and exit, so make sure you account for that.
    Last edited by aidanjt; 02-04-2006 at 01:48 PM.
    Quote Originally Posted by Agent View Post
    ...every time Creative bring out a new card range their advertising makes it sound like they have discovered a way to insert a thousand Chuck Norris super dwarfs in your ears...

  3. #3
    dgr
    dgr is offline
    Senior Member
    Join Date
    Jul 2003
    Posts
    621
    Thanks
    0
    Thanked
    0 times in 0 posts
    ctorrent works well under screen, but (1) doesn't have a web interface and (2) doesn't support multiple torrents - so i end up with a load of screen sessions. Furthermore it would be difficult to manage torrents, e.g. constrain the number of active ones [I have 10Mbps down but only 1/2Mbps up ]

    dgr
    dothan 745 @ 2.4ghz | 2gb Corsair XMS (2-3-3-6) | dual raptors (raid0) | ATI 9700pro | CM201 | dual lg 1810

  4. #4
    Gentoo Ricer
    Join Date
    Jan 2005
    Location
    Galway
    Posts
    11,048
    Thanks
    1,016
    Thanked
    944 times in 704 posts
    • aidanjt's system
      • Motherboard:
      • Asus Strix Z370-G
      • CPU:
      • Intel i7-8700K
      • Memory:
      • 2x8GB Corsiar LPX 3000C15
      • Storage:
      • 500GB Samsung 960 EVO
      • Graphics card(s):
      • EVGA GTX 970 SC ACX 2.0
      • PSU:
      • EVGA G3 750W
      • Case:
      • Fractal Design Define C Mini
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • Asus MG279Q
      • Internet:
      • 240mbps Virgin Cable
    just fork it off into the background in bash, it'll exit itself automatically when the file is complete (unless the tracker goes down and it may well just wait forever). It's a very small program. As for upstream bandwidth concerns, you can always setup some kind of iptables filter rule to restrict bittorrent connections. I havn't looked into that myself yet though. As for a web interface you could throw together some kind of quick PHP script fairly easily using POSIX functions and ctorrent.
    Quote Originally Posted by Agent View Post
    ...every time Creative bring out a new card range their advertising makes it sound like they have discovered a way to insert a thousand Chuck Norris super dwarfs in your ears...

  5. #5
    Gentoo Ricer
    Join Date
    Jan 2005
    Location
    Galway
    Posts
    11,048
    Thanks
    1,016
    Thanked
    944 times in 704 posts
    • aidanjt's system
      • Motherboard:
      • Asus Strix Z370-G
      • CPU:
      • Intel i7-8700K
      • Memory:
      • 2x8GB Corsiar LPX 3000C15
      • Storage:
      • 500GB Samsung 960 EVO
      • Graphics card(s):
      • EVGA GTX 970 SC ACX 2.0
      • PSU:
      • EVGA G3 750W
      • Case:
      • Fractal Design Define C Mini
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • Asus MG279Q
      • Internet:
      • 240mbps Virgin Cable
    Oh yea, I nearly forgot, bittornado has upstream throttling built in, but it's not as stable as ctorrent and iptables.
    Quote Originally Posted by Agent View Post
    ...every time Creative bring out a new card range their advertising makes it sound like they have discovered a way to insert a thousand Chuck Norris super dwarfs in your ears...

  6. #6
    Ah, Mrs. Peel! mike_w's Avatar
    Join Date
    Oct 2003
    Location
    Hertfordshire, England
    Posts
    3,326
    Thanks
    3
    Thanked
    9 times in 7 posts
    Why don't want to use X? Using SSH and X would probably be the easiest solution.

    Anywho, if you're feeling adventurous, you could use PHP to design a web interface - I believe you can run shell commands from within a PHP page.
    "Well, there was your Uncle Tiberius who died wrapped in cabbage leaves but we assumed that was a freak accident."

  7. #7
    Senior Member
    Join Date
    Oct 2004
    Posts
    522
    Thanks
    0
    Thanked
    0 times in 0 posts
    use azureus and download the web client extension

  8. #8
    dgr
    dgr is offline
    Senior Member
    Join Date
    Jul 2003
    Posts
    621
    Thanks
    0
    Thanked
    0 times in 0 posts
    Quote Originally Posted by speedy_s
    use azureus and download the web client extension
    Quote Originally Posted by mike_w
    Why don't want to use X? Using SSH and X would probably be the easiest solution.

    Anywho, if you're feeling adventurous, you could use PHP to design a web interface - I believe you can run shell commands from within a PHP page.
    The box is headless and I'd prefer not to have to run graphical apps on it.

    Oh and design my own front end? Well yes I could, but them again, I wouldn't have ased here would I? Reinventing the wheel...
    dothan 745 @ 2.4ghz | 2gb Corsair XMS (2-3-3-6) | dual raptors (raid0) | ATI 9700pro | CM201 | dual lg 1810

  9. #9
    Gentoo Ricer
    Join Date
    Jan 2005
    Location
    Galway
    Posts
    11,048
    Thanks
    1,016
    Thanked
    944 times in 704 posts
    • aidanjt's system
      • Motherboard:
      • Asus Strix Z370-G
      • CPU:
      • Intel i7-8700K
      • Memory:
      • 2x8GB Corsiar LPX 3000C15
      • Storage:
      • 500GB Samsung 960 EVO
      • Graphics card(s):
      • EVGA GTX 970 SC ACX 2.0
      • PSU:
      • EVGA G3 750W
      • Case:
      • Fractal Design Define C Mini
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • Asus MG279Q
      • Internet:
      • 240mbps Virgin Cable
    Well, I don't know of any bittorrent client web frontends, if there are any i wouldn't think they'd be all that stable, besides, its a fine opertunity for you to give back to the FOSS community
    Quote Originally Posted by Agent View Post
    ...every time Creative bring out a new card range their advertising makes it sound like they have discovered a way to insert a thousand Chuck Norris super dwarfs in your ears...

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •