mirror of
https://github.com/rclone/rclone.git
synced 2025-12-30 07:03:38 +00:00
serve sftp: serve an rclone remote over SFTP
This commit is contained in:
11
cmd/serve/sftp/sftp_unsupported.go
Normal file
11
cmd/serve/sftp/sftp_unsupported.go
Normal file
@@ -0,0 +1,11 @@
|
||||
// Build for sftp for unsupported platforms to stop go complaining
|
||||
// about "no buildable Go source files "
|
||||
|
||||
// +build plan9
|
||||
|
||||
package sftp
|
||||
|
||||
import "github.com/spf13/cobra"
|
||||
|
||||
// Command definition is nil to show not implemented
|
||||
var Command *cobra.Command = nil
|
||||
Reference in New Issue
Block a user