You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: