mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
sftpd: add support for chtimes
This improve rclone compatibility
This commit is contained in:
@@ -34,6 +34,8 @@ const (
|
||||
PermChmod = "chmod"
|
||||
// changing file or directory owner and group is allowed
|
||||
PermChown = "chown"
|
||||
// changing file or directory access and modification time is allowed
|
||||
PermChtimes = "chtimes"
|
||||
)
|
||||
|
||||
// User defines an SFTP user
|
||||
|
||||
Reference in New Issue
Block a user