-
Couldn't load subscription status.
- Fork 110
Description
I'm using the go-smb2 library in a project that involves a Docker container with directly mounted CIFS shares. I'm interested in implementing file watching functionality within my Go application to monitor changes in these shares.
Given the nature of CIFS/SMB and the go-smb2 library's capabilities, I'm curious if there's a recommended approach or existing support for integrating file watcher mechanisms with CIFS shares. Specifically, I'm looking for a way to detect file events like file creation, modification, and deletion in real-time.
Any guidance or suggestions on how to approach this, or if there are plans to support such a feature in the go-smb2 library, would be greatly appreciated.
Thank you for your time and for the great work on the library.