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