Go to file
red d17ee2cea8 added transmission-{remove,add}
refactored request argument object
2020-04-24 22:21:47 +02:00
examples added transmission-{remove,add} 2020-04-24 22:21:47 +02:00
src added transmission-{remove,add} 2020-04-24 22:21:47 +02:00
.gitignore init 2020-04-20 10:47:13 +02:00
Cargo.toml added transmission-{remove,add} 2020-04-24 22:21:47 +02:00
LICENSE Initial commit 2020-04-20 10:43:16 +02:00
README.md added transmission-{remove,add} 2020-04-24 22:21:47 +02:00

Library to communicate with transmission rpc

spec: https://github.com/transmission/transmission/blob/master/extras/rpc-spec.txt

Supported Methods

Torrent Actions
  • torrent-start
  • torrent-stop
  • torrent-start-now
  • torrent-verify
  • torrent-reannounce
Torrent Mutators
  • torrent-set
  • torrent-get
  • torrent-add
  • torrent-remove
  • torrent-set-location
  • torrent-rename-path
  • session-set
  • session-get
  • session-stats
  • blocklist-update
  • port-test
  • session-close
  • free-space