Suggest a good Linux CLI torrent client to integrate into web application

0

Im looking for a decent CLI torrent client that will download a torrent file based on a .torrent URL that I feed into it(or copy to local drive, and then input into it), that will download to one dir, and upon completion move it to another dir. Something that I can control via php exec() function.

user11955

Posted 2010-06-23T23:04:42.820

Reputation: 1 447

Question was closed 2014-02-12T22:14:35.823

1

potentially a duplicate of http://superuser.com/questions/35919/which-torrent-apps-work-headless-from-command-line-only

– quack quixote – 2010-06-23T23:27:48.037

note that your web-app might need to handle .torrent downloads on its own (won't be hard with wget or curl), tho if your URL is a magnet link the torrent client may handle it automagically. – quack quixote – 2010-06-23T23:30:27.563

Just something for someone who might happen upon this question. A web based torrent client http://www.torrentflux.com/ its a bit old but worked good.

– Unfundednut – 2010-06-23T23:36:59.623

does torrentflux offer command line interactions? – user11955 – 2010-06-23T23:43:42.710

Answers

1

rtorrent has several web frontends which you might be able to hack on.

Daenyth

Posted 2010-06-23T23:04:42.820

Reputation: 5 742

0

Why not the original mainline client ? (or bittornado, which is almost equivalent and a bit more friendly). That's what torrentflux used last time I checked. btdownloadheadless.py is the simplest frontend.

b0fh

Posted 2010-06-23T23:04:42.820

Reputation: 2 005

0

Decided to use deluge

user11955

Posted 2010-06-23T23:04:42.820

Reputation: 1 447

0

qbittorrent-nox, runs as a system service (contrary to popular belief) from an initscript available on the project wiki.

Not much mention of the headless method on the website, but it's in the Debian 'testing' repo.

Based on Rasterbar's libtorrent, which is quite featureful.

According to Wikipedia's comparison it's one of the few providing Tracker Exchange (BEP28) support.

NginUS

Posted 2010-06-23T23:04:42.820

Reputation: 414