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.
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.037note 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.623does torrentflux offer command line interactions? – user11955 – 2010-06-23T23:43:42.710