Implement Remote Control for rclone #2111

This implements a remote control protocol activated with the --rc flag
and a new command `rclone rc` to use that interface.

Still to do
  * docs - need finishing
  * tests
This commit is contained in:
Nick Craig-Wood
2018-03-05 11:44:16 +00:00
committed by Remus Bunduc
parent 8bb2854fe4
commit 86e5a35491
11 changed files with 581 additions and 0 deletions

View File

@@ -985,6 +985,16 @@ For the filtering options
See the [filtering section](/filtering/).
Remote control
--------------
For the remote control options and for instructions on how to remote control rclone
* `--rc`
* and anything starting with `--rc-`
See [the remote control section](/rc/).
Logging
-------