github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/docs/content/commands/rclone_rcd.md (about) 1 --- 2 date: 2019-06-20T16:09:42+01:00 3 title: "rclone rcd" 4 slug: rclone_rcd 5 url: /commands/rclone_rcd/ 6 --- 7 ## rclone rcd 8 9 Run rclone listening to remote control commands only. 10 11 ### Synopsis 12 13 14 This runs rclone so that it only listens to remote control commands. 15 16 This is useful if you are controlling rclone via the rc API. 17 18 If you pass in a path to a directory, rclone will serve that directory 19 for GET requests on the URL passed in. It will also open the URL in 20 the browser when rclone is run. 21 22 See the [rc documentation](/rc/) for more info on the rc flags. 23 24 25 ``` 26 rclone rcd <path to files to serve>* [flags] 27 ``` 28 29 ### Options 30 31 ``` 32 -h, --help help for rcd 33 ``` 34 35 See the [global flags page](/flags/) for global options not listed here. 36 37 ### SEE ALSO 38 39 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 40