Go to file
2021-11-08 10:36:13 +01:00
.github Update ci.yml 2021-11-08 10:22:42 +01:00
examples Add session-stats. 2021-11-08 10:25:06 +01:00
src Add session-stats. 2021-11-08 10:25:06 +01:00
.gitignore added env example 2021-03-14 11:03:06 +01:00
Cargo.toml Update Cargo.toml 2021-11-08 10:36:13 +01:00
LICENSE Initial commit 2020-04-20 10:43:16 +02:00
README.md Add session-stats. 2021-11-08 10:25:06 +01:00

Crates badge

Library to communicate with transmission rpc

WARNING:

It is highly encouraged to use HTTPS since the Transmission authentication is using BasicAuth which could be easily intercepted

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

Support the project: Donate button