tomaswolf commented on issue #452:
URL: https://github.com/apache/mina-sshd/issues/452#issuecomment-1880897210

   All the methods in `SftpEventListener` take the `ServerSession` as an 
argument. It should thus be possible to maintain per-session state in the 
listener. Either maintain a map per session (and register a listener on the 
session to remove items from the map when a session closes), or add whatever 
per-session data you want to maintain as an attribute on the session object. 
Wouldn't that work for your use case?


-- 
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

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

Reply via email to