Android Question Help with SetCredentials

MrKim

Well-Known Member
Licensed User
Longtime User
Can someone help with this please. Standalone Windows 7 machine if I set a directory sharable by Everyone I can leave the SetCredentials line out of the code completely and it works fine. If I add a user name and or Password and use the below the return is always Logon Failure: Unknown User name or Bad Password. I am not on a domain.

SMB1.SetCredentials("UsrName", "PW", "")
SMB1.Initialize("RetSub")
 

MrKim

Well-Known Member
Licensed User
Longtime User
Please delete this post, the problem has nothing to do with B4A or Android (I still don't have a solution, but I can't connect with a windows computer either.)
 
Upvote 0
Top