github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/docs/content/commands/rclone_rcd.md (about) 1 --- 2 title: "rclone rcd" 3 description: "Run rclone listening to remote control commands only." 4 slug: rclone_rcd 5 url: /commands/rclone_rcd/ 6 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/rcd/ and as part of making a release run "make commanddocs" 7 --- 8 # rclone rcd 9 10 Run rclone listening to remote control commands only. 11 12 ## Synopsis 13 14 15 This runs rclone so that it only listens to remote control commands. 16 17 This is useful if you are controlling rclone via the rc API. 18 19 If you pass in a path to a directory, rclone will serve that directory 20 for GET requests on the URL passed in. It will also open the URL in 21 the browser when rclone is run. 22 23 See the [rc documentation](/rc/) for more info on the rc flags. 24 25 26 ``` 27 rclone rcd <path to files to serve>* [flags] 28 ``` 29 30 ## Options 31 32 ``` 33 -h, --help help for rcd 34 ``` 35 36 See the [global flags page](/flags/) for global options not listed here. 37 38 ## SEE ALSO 39 40 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 41