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 have solved this problem, edit ServerService.java final NetrShareEnumRequest request = new NetrShareEnumRequest(2, resumeHandle.getValue());
to final NetrShareEnumRequest request = new NetrShareEnumRequest(1, resumeHandle.getValue());
but why is this ok???
when use this library to get share forder on win10 smb2 , I get this exception NetrShareEnum returned error code: 5 (ERROR_ACCESS_DENIED)
The text was updated successfully, but these errors were encountered: