We have had some customer requests to implement a sftp server in our
current file transfer system.  Our product monitors and gives statistics
for all transfers server side.  I have been looking for something that
would allow me to be notified of any new sessions coming and going on the
server and at the very least access to the streams that are created once
those clients connect.

Maybe I am missing it, but so far in the documentation and the code, I have
not been able to find any such mechanism.  I am beginning to think I will
have to implement my own.

So my questions are as follows:

1) Is there any such mehcanism as described above for server side
monitoring in MINA.
2) If not, could some of you more experienced folk possibly point me to a
good starting point to implement such a mechanism.

Thank you.

Reply via email to