How to handle incoming files via Apache Mina SSHD SFTP Client in Java

563 Views Asked by At

I want to listen any updates of the file system but on the client-side. I know that I can do the same thing on server-side via SftpEventListener but I'm not sure if there is any option to implement this on the client-side via the aforementioned listener or somehow else.

0

There are 0 best solutions below