Skip to content

Script for controlling transmission via FreeNAS CLI, without having to enter the transmission jail.

Notifications You must be signed in to change notification settings

justinmancini/transmissionRemote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Transmission Remote

Script for calling transmission-remote via FreeNAS CLI, without having to enter the transmission jail.

To install

  1. Download the script to /sbin
  2. Run chmod +x /sbin/transmissionRemote

One liner to install:

sudo git clone https://github.com/justinmancini/transmissionRemote $PWD/transmissionRemote; sudo mv transmissionRemote/transmissionRemote /sbin/; sudo chmod +x /sbin/transmissionRemote; sudo rm -rf $PWD/transmissionRemote

To use

Run transmissionRemote <option> <argument>

Available options are:

start (Requires torrent ID as argument)
stop (Requires torrent ID as argument)
remove (Requires torrent ID as argument)
startAll
stopAll
removeAll
list

About

Script for controlling transmission via FreeNAS CLI, without having to enter the transmission jail.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages