hierynomus / smbj

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

mkdir action may be failed if it works on windows samba share #686

Closed tangxuGoGoGo closed 2 years ago

tangxuGoGoGo commented 2 years ago

Due to the need, I created the shared directory on windows and gave the user read and write permissions. When I do mkdir with diskshare it creates fine most of the time. But when the path value contains 'topsec',like .topsec or topsec1, it prompts an exception. But this problem does not occur with samba shares under linux。The exception only described as STATUS_ACCESS_DENIED (0xc0000022) : Create failed for \ip\smb\topsec

tangxuGoGoGo commented 2 years ago

myabe caused by edr