I have two machines:
(Both machines are in same network)
Linux
machine (ubuntu 16.04
), andWindows
machine (Win 7
)
I need to create a watch on directory of windows machine and when any file or directory created (required for recursive directories) then the notification sends to the Linux machine that what changes are done.
I have tried with the python library:
https://github.com/rvoicilas/inotify-tools
But it having bug that it's not working for the recursive directory and might not support in windows.