On 2020/02/06 04:29, Steve French wrote:
A commonly used SMB3 feature is change notification, allowing an app to be notified about changes to a directory. The SMB3 Notify request blocks until the server detects a change to that directory or its contents that matches the completion flags that were passed in and the "watch_tree" flag (which indicates whether subdirectories under this directory should be also included). See MS-SMB2 2.2.35 for additional detail.
---- How does the SMB3 feature "change notification" differ from the SMB2 feature described in MS-SMB2 2.2.35? Isn't it more typical to describe features by the spec version that they were first publish under -- especially since the doc describing the feature is under the SMB2 documents? By calling it a SMB3 feature, does that mean you are removing it from SMB2? Thanks!