mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
EventManager: add placeholder for filename without extension
Fixes #1828 Fixes #1833 Co-authored-by: Per Osbeck <per.osbeck@consid.se> Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -1065,6 +1065,7 @@
|
||||
"fs_path": "Full filesystem path, for example \"/user/homedir/adir/afile.txt\" or \"C:/data/user/homedir/adir/afile.txt\" on Windows",
|
||||
"ext": "File extension, for example \".txt\" if the filename is \"afile.txt\"",
|
||||
"object_name": "File/directory name, for example \"afile.txt\" or provider object name",
|
||||
"object_basename": "Filename without extension, for example \"afile\" if the filename is \"afile.txt\"",
|
||||
"object_type": "Object type for provider events: \"user\", \"group\", \"admin\", etc",
|
||||
"virtual_target_path": "Virtual target path for rename and copy operations",
|
||||
"virtual_target_dir_path": "Parent directory for \"VirtualTargetPath\"",
|
||||
|
||||
Reference in New Issue
Block a user