Are there any torrent clients that run as a service?

12

1

I turn off all of my computers at night except for my server. I'd like to be able to have my torrent downloads run on my server, which won't be logged in, so I'm wondering if there are any clients that can run as a service.

I'm ideally looking for one that can be passed a path to a .torrent file and will begin downloading it (I'll write the program that will interact with it).

Steven Evers

Posted 2010-04-05T21:23:25.667

Reputation: 659

3CLI != Windows Service (though I suppose I could write a service that would invoke the CLI) – Steven Evers – 2010-04-05T23:09:45.910

Answers

5

uTorrent definitely works as a service (I use it), and there's guides out there (need I say google?) if you have some preference of client, try searching "install some_bittorent_client as a service"

wizjany

Posted 2010-04-05T21:23:25.667

Reputation: 571

The problem with doing that is interacting with the service. You can't invoke it with the path to a .torrent and have it being the download. Unless you know of a way? – Steven Evers – 2010-04-05T23:10:54.253

you could use uTorrent's webUi to manage it, which can be accessed from other computers than the server itself...not sure if that's the approach you're looking for though – wizjany – 2010-04-05T23:55:36.097

+1: It's a good idea, but I was looking for something more unattended (if I need to write a service that will invoke the service, that's fine). The workflow I'm looking for is, save the .torrent to a shared folder and everything is taken care of from there. – Steven Evers – 2010-04-06T22:12:31.700

uTorrent's webUi can't set download folder, only can save in C:/user/download/ – Mithril – 2016-05-09T08:17:05.503

6

Look at Hadouken, it is a BitTorrent client for Windows which runs as a Windows Service. It is also free and open source.

Disclaimer: I am the author.

Viktor Elofsson

Posted 2010-04-05T21:23:25.667

Reputation: 161