Search found 2 matches

by gtht2001
Mon Dec 19, 2011 6:49 pm
Forum: Support
Topic: Transmission rpc php class
Replies: 1
Views: 2895

Transmission rpc php class

Hello,
i am looking for a php class to add/remove/show info for torrents.
I found one in the main site but isn't working anymore.

Thanks
by gtht2001
Mon Dec 06, 2010 2:57 pm
Forum: Support
Topic: rpc issue
Replies: 0
Views: 1155

rpc issue

ihave centos and i use the php class to add torrents

this function is working: $rpc = new TransmissionRPC();
$result = $rpc->add_file( 'test.torrent', '/torrentsdata' );
$id = $result->arguments->torrent_added->id;


public function add_file( $torrent_location, $save_path = '', $extra_options ...