Go to file
2021-11-16 09:22:12 +01:00
.github Integrational Tests 2021-11-16 09:22:12 +01:00
examples Add free-space. 2021-11-09 11:24:58 +01:00
src TorrentRenamePath: Make fields Optional. We should check parent struct's result instead! 2021-11-16 09:22:12 +01:00
.env Integrational Tests 2021-11-16 09:22:12 +01:00
.gitignore Integrational Tests 2021-11-16 09:22:12 +01:00
Cargo.toml Remove deprecated rustc-serialize 2021-11-16 09:18:45 +01:00
docker-compose.yaml Integrational Tests 2021-11-16 09:22:12 +01:00
LICENSE Initial commit 2020-04-20 10:43:16 +02:00
README.md Add free-space. 2021-11-09 11:24:58 +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