1
0
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:
Nick Craig-Wood
2019-05-10 19:00:18 +01:00
parent 5c0e5b85f7
commit 1f19b63264
8 changed files with 926 additions and 2 deletions

View 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