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}");` 