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
Search found 2 matches
- Mon Dec 19, 2011 6:49 pm
- Forum: Support
- Topic: Transmission rpc php class
- Replies: 1
- Views: 2895
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 ...
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 ...