Go to file
dependabot[bot] 988187abd5 Update enum-iterator requirement from 0.6.0 to 0.7.0
Updates the requirements on [enum-iterator](https://github.com/stephaneyfx/enum-iterator) to permit the latest version.
- [Release notes](https://github.com/stephaneyfx/enum-iterator/releases)
- [Commits](https://github.com/stephaneyfx/enum-iterator/compare/0.6.0...0.7.0)

---
updated-dependencies:
- dependency-name: enum-iterator
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-04 09:12:43 +02:00
.github limit release event types to created 2021-02-07 18:45:09 +01:00
examples Replace outdated Ubuntu 20.04 with 20.04.2.0. 2021-03-14 12:36:56 -04:00
src handle files wanted/unwanted/priorities for torrent-add & torrent-get 2021-08-03 12:44:18 +08:00
.gitignore added env example 2021-03-14 11:03:06 +01:00
Cargo.toml Update enum-iterator requirement from 0.6.0 to 0.7.0 2021-08-04 09:12:43 +02:00
LICENSE Initial commit 2020-04-20 10:43:16 +02:00
README.md bumped dependencies versions 2021-03-14 11:27:34 +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