17 releases

0.4.2 Nov 6, 2023
0.4.1 Mar 8, 2023
0.4.0 Oct 31, 2022
0.3.6 Dec 20, 2021
0.2.3 Jul 13, 2020

#496 in Network programming

Download history 9/week @ 2023-11-20 9/week @ 2023-12-25 35/week @ 2024-01-01 9/week @ 2024-01-08 4/week @ 2024-01-15 20/week @ 2024-01-22 92/week @ 2024-01-29 9/week @ 2024-02-05 63/week @ 2024-02-12 73/week @ 2024-02-19 65/week @ 2024-02-26 28/week @ 2024-03-04

231 downloads per month
Used in 2 crates

MIT license

83KB
1K SLoC

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

Dependencies

~4–17MB
~252K SLoC