docker-sftp
docker-sftp copied to clipboard
add -R command to authorize sub-files
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}");