Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts

Saturday, May 19, 2012

Transmission Quit Script in PHP

DESCRIPTION 
This PHP CLI script quits transmission after all downloads and seedings are complete. 
Arguments can be passed to the script.


OPTIONS: 
-u (--username): Username for transmission remote access. Default: none 
-p (--password): Password for transmission remote access. Default: none 
-h (--hostname): Hostname transmission remote access runs. Default: localhost 
-t (--port): Port number transmission remote access runs. Default: 9091 


EXAMPLE USAGE: 
php.exe Transmission_Quit.php --port=9999 --hostname=192.168.0.1 


DOWNLOAD: 
Transmission_Quit.php