emberstack / docker-sftp

SFTP Server for Docker
MIT License
186 stars 48 forks source link

add -R command to authorize sub-files #151

Open treasuring opened 2 months ago

treasuring commented 2 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}");

image