| 1 | = EditConfigFiles Beta = |
| 2 | |
| 3 | == Tests == |
| 4 | ==== [wiki:rpc RPC Services] ==== #RPC |
| 5 | Such as the [WebInterface Web Interface] and [wiki:man/transmission-remote transmission-remote]. |
| 6 | * '''rpc-authentication-required:''' Boolean (default = false); ''If set, then a username and password will be required to access the rpc services.'' |
| 7 | * '''rpc-enabled:''' Boolean (default = true); ''If set, then rpc services are enabled.'' |
| 8 | * '''rpc-password:''' String; ''The ssha1 encrypted password (starts with a '{') to access the rpc services. A new password can be entered in plain text and will replaced with the encrypted version when the configuration file is next saved.'' |
| 9 | * '''rpc-port:''' Number (default = 9091); ''The port Transmission listens for rpc services on.'' |
| 10 | * '''rpc-username:''' String; ''The username to access the rpc services.'' |
| 11 | * '''rpc-whitelist:''' String (Default = "127.0.0.1"); ''Comma-delimited list of IP addresses. Wildcards allowed using '*'. Example: "127.0.0.*,192.168.*.*".'' |
| 12 | * '''rpc-whitelist-enabled:''' Boolean (default = true); ''If set, then the whitelist is used to prevent other IP addresses from accessing Transmission.'' |
| 13 | |
| 14 | == Experiments == |
| 15 | |