Open treasuring opened 4 months ago
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}");
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}");