hierynomus / smbj

Server Message Block (SMB2, SMB3) implementation in Java
Other
713 stars 180 forks source link

smb2_query_dir:3608: no right to enumerate directory (/) #576

Closed Mile-Lile closed 3 years ago

Mile-Lile commented 4 years ago

When I try to connect to my server I get autheticated and I can see my sharing folder. But when I try to view folder content I get: "STATUS_ACCESS_DENIED (32221225506 ///LAN/mile-lile/nas)" on my client side. Server throws: smb2_query_dir:3608: no right to enumerate directory (/)

protocol used is SMB2_02

hierynomus commented 3 years ago

STATUS_ACCESS_DENIED means that the user you're doing this with does not have sufficient access rights to execute that on the share. Also your server indicates that.

hierynomus commented 3 years ago

This is not a problem with SMBJ, so closing this issue.