MCPcopy
hub / github.com/kopia/kopia / storageSFTPFlags

Struct storageSFTPFlags

cli/storage_sftp.go:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type storageSFTPFlags struct {
18 options sftp.Options
19 connectFlat bool
20 embedCredentials bool
21}
22
23func (c *storageSFTPFlags) Setup(_ StorageProviderServices, cmd *kingpin.CmdClause) {
24 cmd.Flag("path", "Path to the repository in the SFTP/SSH server").Required().StringVar(&c.options.Path)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected