dbhakar opened a new issue, #357: URL: https://github.com/apache/mina-sshd/issues/357
### Description I am implementing SFTP server using Apache Mina with NonRootUser so there can be N number of SFTP User which have individual directory each. when I am doing sftp for particular user its not checking Directory permission for SFTP user. its checking for Current user of OS. Example: dbuser SSHServer /var/firstSftpUser /var/SecondSftpUser when connecting using firstUser then its should check whether firstUser have permission of /var/firstSftpUser or not then i want to write file with firstUser istead of dbuser. ### Motivation want to achieve sftp functinality similar to openssh ### Alternatives considered _No response_ ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
