mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 06:40:54 +03:00
WebClient: do not silently overwrite files/directories
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -131,6 +131,7 @@ const (
|
||||
I18nErrorNoPermissions = "general.no_permissions"
|
||||
I18nErrorShareBrowsePaths = "share.browsable_multiple_paths"
|
||||
I18nErrorShareBrowseNoDir = "share.browsable_non_dir"
|
||||
I18nErrorShareInvalidPath = "share.invalid_path"
|
||||
I18nErrorPathInvalid = "general.path_invalid"
|
||||
I18nErrorQuotaRead = "general.err_quota_read"
|
||||
I18nErrorEditDir = "general.error_edit_dir"
|
||||
|
||||
Reference in New Issue
Block a user