mirror of
https://github.com/rclone/rclone.git
synced 2025-06-26 03:31:29 +08:00
serve ftp: disable on plan9 since it doesn't compile
This commit is contained in:
@ -15,7 +15,9 @@ func init() {
|
||||
Command.AddCommand(http.Command)
|
||||
Command.AddCommand(webdav.Command)
|
||||
Command.AddCommand(restic.Command)
|
||||
Command.AddCommand(ftp.Command)
|
||||
if ftp.Command != nil {
|
||||
Command.AddCommand(ftp.Command)
|
||||
}
|
||||
cmd.Root.AddCommand(Command)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user