Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cobra.Command{ Use: "serve <protocol> [opts] <remote>", Short: `Serve a remote over a protocol.`, Long: `rclone serve is used to serve a remote over a given protocol. This command requires the use of a subcommand to specify the protocol, e.g. rclone serve http remote: Each subcommand has its own options which you can see in their help. `, RunE: func(command *cobra.Command, args []string) error { if len(args) == 0 { return errors.New("serve requires a protocol, e.g. 'rclone serve http remote:'") } return errors.New("unknown protocol") }, }
Command definition for cobra
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package httplib provides common functionality for http servers
|
Package httplib provides common functionality for http servers |
serve
Package serve deals with serving objects over HTTP
|
Package serve deals with serving objects over HTTP |
Package proxy implements a programmable proxy for rclone serve
|
Package proxy implements a programmable proxy for rclone serve |
proxyflags
Package proxyflags implements command line flags to set up a proxy
|
Package proxyflags implements command line flags to set up a proxy |
Package restic serves a remote suitable for use with restic
|
Package restic serves a remote suitable for use with restic |
Package servetest provides infrastructure for running loopback tests of "rclone serve backend:" against the backend integration tests.
|
Package servetest provides infrastructure for running loopback tests of "rclone serve backend:" against the backend integration tests. |
Package webdav implements a WebDAV server backed by rclone VFS
|
Package webdav implements a WebDAV server backed by rclone VFS |
Click to show internal directories.
Click to hide internal directories.