hi,
I use the
follow code to read and write to a file that is into windows XP sp3 pro machine
dim SMB1 as smb
SMB1.Initialize("smb1")
SMB1.SetCredentials("User1","1234","Workgroup")
SMB1.DownloadFile("SMB://192.168.1.10/fakelos/","sms.txt","/mnt/sdcard","sms1.txt")
SMB1.ListFiles("SMB://192.168.1.10/fakelos/","*.exe")
Log(LastException)
***************
at the log writes Exception not initialized
I have write the events for downloadcompleted
but no event raized
I have edit the manifest for the permisions
and I do not know what to do
because I want to transfer the file to sdcard.
the telephone android ver is 2.2
***** I have download the paolo example (I have write the same code but it does not work too )
please advice
I use the
follow code to read and write to a file that is into windows XP sp3 pro machine
dim SMB1 as smb
SMB1.Initialize("smb1")
SMB1.SetCredentials("User1","1234","Workgroup")
SMB1.DownloadFile("SMB://192.168.1.10/fakelos/","sms.txt","/mnt/sdcard","sms1.txt")
SMB1.ListFiles("SMB://192.168.1.10/fakelos/","*.exe")
Log(LastException)
***************
at the log writes Exception not initialized
I have write the events for downloadcompleted
but no event raized
I have edit the manifest for the permisions
and I do not know what to do
because I want to transfer the file to sdcard.
the telephone android ver is 2.2
***** I have download the paolo example (I have write the same code but it does not work too )
please advice