serve ftp: disable on plan9 since it doesn't compile
This commit is contained in:
parent
4a3efa5d45
commit
d4ee7277c0
4 changed files with 19 additions and 2 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue