Usman Awan
Usman Awan
I am also experiencing the same issue.
@schamar I did that but it's not working either. I even passed the group as well but it's still not working.
@schamar I am trying to connect to a server that have Windows Server 2012 via SMB protocol. I am passing netbiosName as 'domain.local'. Should I have to append the hostname...
Yes, I tried that way but it's not working with the code you mentioned. `let fileServer = SMBFileServer.init(host: “192.168.10.2”, netbiosName:“domain.local” , group: nil)` When we try with the above code...
I have pulled the changes from master branch and tried with the above code but still not able to get the list of shared files. Also, Do you think it's...
@schamar Thanks, for your prompt responses. I will look into the server logs and get back to you with the following update. Also how difficult is to implement SMBv2/3 library...
@schamar I have debug the issue by checking the wire shark logs and got some lead on it. Actually, when trying to access domain based it does require security signature....
@talut Can you please merge this PR into master branch.