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.
Asked
Active
Viewed 451 times
0
-
Does this answer your question? [How to upload/download files using apache SSHD ScpClient](https://stackoverflow.com/questions/62692515/how-to-upload-download-files-using-apache-sshd-scpclient) – Martin Zeitler Jun 09 '22 at 11:10
-
1@MartinZeitler, Probably not I think. In the fact I have to specify some actions on client-side as reaction to the changes on server-side file system. For example if I could read any file that could appears in the server's file system by client. – Sandro700 Jun 09 '22 at 11:32
-
@Sandro700 could you find any solution for this? – Mexplorer Jun 13 '23 at 10:14