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:
@@ -545,6 +545,7 @@ components:
|
||||
- create_symlinks
|
||||
- chmod
|
||||
- chown
|
||||
- chtimes
|
||||
description: >
|
||||
Permissions:
|
||||
* `*` - all permissions are granted
|
||||
@@ -558,6 +559,7 @@ components:
|
||||
* `create_symlinks` - create links is allowed
|
||||
* `chmod` changing file or directory permissions is allowed
|
||||
* `chown` changing file or directory owner and group is allowed
|
||||
* `chtimes` changing file or directory access and modification time is allowed
|
||||
User:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user