1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-28 10:38:45 +00:00
transmission/docs/RPC-Protocol-Specification.md
2022-02-21 10:39:27 -06:00

2 KiB

This document explains how to remotely, or locally, connect to a Transmission session programatically using the rpc protocol.

If you're looking to control a Transmission session non-programatically, you can either use the transmission-remote cli, or the Web Interface.

Current

The current and in progress Specification can be found here: rpc-spec.md.

Previous

Deprecated

Versions before 1.30 used to connect to a Transmission session by writing directly into a socket file. Many not-so-up to date articles on setting up Transmission with a Web Interface (Clutch) may still refer to this technique.