github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/docs/content/commands/rclone_serve.md (about) 1 --- 2 title: "rclone serve" 3 description: "Serve a remote over a protocol." 4 slug: rclone_serve 5 url: /commands/rclone_serve/ 6 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/serve/ and as part of making a release run "make commanddocs" 7 --- 8 # rclone serve 9 10 Serve a remote over a protocol. 11 12 ## Synopsis 13 14 rclone serve is used to serve a remote over a given protocol. This 15 command requires the use of a subcommand to specify the protocol, eg 16 17 rclone serve http remote: 18 19 Each subcommand has its own options which you can see in their help. 20 21 22 ``` 23 rclone serve <protocol> [opts] <remote> [flags] 24 ``` 25 26 ## Options 27 28 ``` 29 -h, --help help for serve 30 ``` 31 32 See the [global flags page](/flags/) for global options not listed here. 33 34 ## SEE ALSO 35 36 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 37 * [rclone serve dlna](/commands/rclone_serve_dlna/) - Serve remote:path over DLNA 38 * [rclone serve ftp](/commands/rclone_serve_ftp/) - Serve remote:path over FTP. 39 * [rclone serve http](/commands/rclone_serve_http/) - Serve the remote over HTTP. 40 * [rclone serve restic](/commands/rclone_serve_restic/) - Serve the remote for restic's REST API. 41 * [rclone serve sftp](/commands/rclone_serve_sftp/) - Serve the remote over SFTP. 42 * [rclone serve webdav](/commands/rclone_serve_webdav/) - Serve remote:path over webdav. 43