-
Notifications
You must be signed in to change notification settings - Fork 18
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
Connected but could not find share folders on windows network #11
Comments
I can only assume, that "access denied" is indeed the case. Check if the login falls back to guest access. |
Further investigation: Error occurs on Windows Server 2012. Could it be due to SMB supported version etc on 2012. |
Possibly. Currently smb v1 is the only supported option. |
Confirmed SMB1 is enabled. It does handshake successfully as WireShark capture shows but when listing shares it fails. |
Can you try to use initWithHost:netbiosName:group: directly on the SMBFileServer and pass the domain as netbiosName? |
Hi,
I can connect with a machine on windows network but it does not list share folders. The error i get is:
(Error Domain=dsmerror Code=3 "SMB error" UserInfo={NSUnderlyingError=0x14788e40 {Error Domain=nt.error Code=22 "Access denied" UserInfo={NSLocalizedDescription=Access denied}}, NSLocalizedDescription=SMB error})
The text was updated successfully, but these errors were encountered: