Go to file
2023-11-20 14:20:47 +01:00
.github updated ci triggers 2022-10-02 11:46:26 +02:00
examples Use reqwest::Url for TransClient argument 2022-10-09 21:23:58 +02:00
src deserialize by chrono::serde 2023-11-20 14:20:47 +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 deserialize by chrono::serde 2023-11-20 14:20:47 +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 bump version 2023-11-06 16:42:37 +01:00
rustfmt.toml style: add rustfmt.toml 2022-10-31 16:25:19 +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.

Transmission RPC Spec

https://github.com/transmission/transmission/blob/main/docs/rpc-spec.md

Supported Methods

Torrent Actions
  • torrent-start
  • torrent-stop
  • torrent-start-now
  • torrent-verify
  • torrent-reannounce
Torrent Mutators
  • torrent-set (some)
  • torrent-get (most fields)
  • 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