I need to be able to manage some torrent downloads on my server with some good old php, basically i would upload the .torrent file, and would like the php script to download the torrent file(s) in the torrent, and zip them. and while its doing this, have a page that could output the progress and statistics... im not even sure where to start!
Summary
- Upload .torrent file
- Have php download the files in the torrent
- Have a method to keep track of the progress
Any help would be greatly appriciated :) thanks