Hi
I'm working on application which has a function to copy files from a Windows share to the android device.
I am using the SMB library v1.1 found in these forums.
In testing in a Windows 7 environment this works fine. i.e. a copying files from a Windows 7 share to the device works. On trying this in the production network the share is on a Windows SBS 2011 server and it does not work. I set credentials OK but I do not get back any results when I query for files.
I also tried the MLFiles/MLSmb library also found in these forums - with similar results (it doesn't work).
I think the problem is that the SBS 2011 server is not running SMB v1 (which the Windows 7 probably is).
I tried to confirm this by installing an app from the play store call 'AndSMB' (a network 'browser' app) this has the option to choose SMB v1 or SMB v2/v3. Choosing v1 I could not browse the Window Server shared - choosing SMB v2/v3 I could.
So - can someone confirm that SMB library v1.1 and MLFiles/MLSmb libraries are SMB v1 compatible only ?
And is there a library available for B4A which supports SMB v2/v3 ?
I'm working on application which has a function to copy files from a Windows share to the android device.
I am using the SMB library v1.1 found in these forums.
In testing in a Windows 7 environment this works fine. i.e. a copying files from a Windows 7 share to the device works. On trying this in the production network the share is on a Windows SBS 2011 server and it does not work. I set credentials OK but I do not get back any results when I query for files.
I also tried the MLFiles/MLSmb library also found in these forums - with similar results (it doesn't work).
I think the problem is that the SBS 2011 server is not running SMB v1 (which the Windows 7 probably is).
I tried to confirm this by installing an app from the play store call 'AndSMB' (a network 'browser' app) this has the option to choose SMB v1 or SMB v2/v3. Choosing v1 I could not browse the Window Server shared - choosing SMB v2/v3 I could.
So - can someone confirm that SMB library v1.1 and MLFiles/MLSmb libraries are SMB v1 compatible only ?
And is there a library available for B4A which supports SMB v2/v3 ?