docker-sftp icon indicating copy to clipboard operation
docker-sftp copied to clipboard

add -R command to authorize sub-files

Open treasuring opened this issue 1 year ago • 0 comments

Is it possible to add the -R parameter to the chown command in SessionHandler to authorize existing sub-files or folders?

await ProcessUtil.QuickRun("chown", $"-R {username}:{SftpUserInventoryGroup} {dir.FullName}");

image

treasuring avatar Jul 19 '24 01:07 treasuring