-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Share listing on macOS (High) Sierra #129
Comments
This must have to do with Apples SMBx implementation. smbj-RPC is throwing an exception when it tries to create a named pipe by sending and SMB2 create request. The response is an "Access denied" which then causes the exception. Any workaround to this issue would be very helpful. |
Same issue here with 10.5.9 LEOPARD Any ideas? Thanks |
I'm also facing the same issue with MAC OS only.
W/System.err: com.rapid7.helper.smbj.io.SMB2Exception: SMB2_CREATE returned 3221225506 (3221225506/3221225506): expected=[STATUS_SUCCESS] is there any solution ?? |
@tosmun-r7 |
@imbokhary Could, please, at least share the patch? |
@imbokhary Thanks |
Any update on this issue ? |
@imbokhary It would be great if you can share your fix. |
I'm trying to write an SMB2 client for Android. I need to read share list from the server. I'm doing something like this:
This code works fine when connected to Windows 10 PC, but I'am constantly getting the following exception with both macOS Sierra (10.12.8) and High Sierra (10.13.3) at "getTransport" method:
com.rapid7.helper.smbj.io.SMB2Exception:
SMB2_CREATE returned STATUS_ACCESS_DENIED (3221225506/3221225506): expected=[STATUS_SUCCESS]
Is it anything I just do not understand here?
The text was updated successfully, but these errors were encountered: