rapid7 / ruby_smb

A native Ruby implementation of the SMB Protocol Family
Other
79 stars 82 forks source link

SMB server: add support to FILE_ID_FULL_DIRECTORY_INFORMATION information class to be compatible with the client #208

Closed cdelafuente-r7 closed 2 years ago

cdelafuente-r7 commented 2 years ago

The RubySMB client sends an FILE_ID_FULL_DIRECTORY_INFORMATION information class by default when listing directory content with SMBv2. However, the server seems to not support it. I believe this should be supported to keep compatibility with the client.