I try to connect to share folder (windows 10 pro)
with the smb but always fail
my code is
filename=EditText3.Text
mysmb.Initialize("mysmb")
mysmb.SetCredentials(user,pass,"") ''no domain
Dim Geniko As String
Geniko="smb://" & EditText4.text ''' edittext4.text= mobuser-pc/temp
mysmb.DownloadFile(Geniko,filename,File.DirRootExternal,filename)
any suggestion?
I have test with file explorer program and I can download the file
with the smb but always fail
my code is
filename=EditText3.Text
mysmb.Initialize("mysmb")
mysmb.SetCredentials(user,pass,"") ''no domain
Dim Geniko As String
Geniko="smb://" & EditText4.text ''' edittext4.text= mobuser-pc/temp
mysmb.DownloadFile(Geniko,filename,File.DirRootExternal,filename)
any suggestion?
I have test with file explorer program and I can download the file