I'm trying to use the SMB library to read and write files on a Windows computer.
The B4A SMB reference page shows an example of how to copy a file, but not how to read it to memory:
Basic4android - SMB
Erel's tutorial show how to read the directory listing, but not how to read a file:
http://www.b4x.com/forum/basic4andr...utorials/17179-android-smb-cifs-tutorial.html
I assume the DownloadFile2 will copy from a remote computer into the variable java.i
utputStream, but how do I use the variable?
The B4A SMB reference page shows an example of how to copy a file, but not how to read it to memory:
Basic4android - SMB
Erel's tutorial show how to read the directory listing, but not how to read a file:
http://www.b4x.com/forum/basic4andr...utorials/17179-android-smb-cifs-tutorial.html
I assume the DownloadFile2 will copy from a remote computer into the variable java.i