code-blooded245 opened a new issue, #452: URL: https://github.com/apache/mina-sshd/issues/452
### Description I need to handle multiple users and multiple commands from each user. For example multiple clients are executing put command to the SFTP server, in this case, I want to read the data in the `SFTPEventListener` class and do some processing. But I saw that the class instance is shared amongst multiple users and multiple user sessions, due to which I am not able maintain any state inside the `SFTPEventListener`. Although I can write my own implementation to handle this scenario but it would have been better if there was an implicit handle given in the library. ### Motivation By adding this, concurrent user requests can be implicitly handled in the library. ### 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: dev-unsubscr...@mina.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org