Go to file
Nick Zana 3df01c4389 Add support for no auth to examples
Changes client setup in every example so that it checks whether both the
TUSER and TPASS environment variables are set and, if not, assumes no
basic auth.
2021-03-14 11:58:11 -04:00
.github limit release event types to created 2021-02-07 18:45:09 +01:00
examples Add support for no auth to examples 2021-03-14 11:58:11 -04:00
src Make test_malformed_url work with no BasicAuth 2021-03-13 21:55:05 -05:00
.gitignore Add VS Code and Jetbrains files to gitignore 2020-12-27 17:34:27 +01:00
Cargo.toml Move tokio to dev and add rt-multi-threaded 2021-03-13 18:40:54 -05:00
LICENSE Initial commit 2020-04-20 10:43:16 +02:00
README.md Add support for the torrent-set-location call 2020-12-27 17:32:02 +01:00

Crates badge

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

Support the project: Donate button