transmission-rpc

Crates.iotransmission-rpc
lib.rstransmission-rpc
version0.4.2
sourcesrc
created_at2020-04-21 15:08:29.927597
updated_at2024-07-15 09:48:19.272927
descriptionTransmission JRPC client
homepage
repositoryhttps://github.com/j0rsa/transmission-rpc
max_upload_size
id232578
size123,334
Aleksandr (red-avtovo)

documentation

README

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

Commit count: 147

cargo fmt