mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 06:40:54 +03:00
sftpd: add statvfs@openssh.com support
This commit is contained in:
@@ -33,7 +33,7 @@ const (
|
||||
)
|
||||
|
||||
var (
|
||||
sftpExtensions = []string{"posix-rename@openssh.com"}
|
||||
sftpExtensions = []string{"statvfs@openssh.com"}
|
||||
)
|
||||
|
||||
// Binding defines the configuration for a network listener
|
||||
|
||||
Reference in New Issue
Block a user