CodenameOne SMB shared folder access

50 Views Asked by At

I need to build a mobile app for Android and IOS that can read and write to a SMB2/3 network share.

Is this possible in CodenameOne? If so is there an example of how to do this?

If it is not possible in CodenameOne is there another framework that supports this functionality?

Thanks in advance for reviewing this question!

1

There are 1 best solutions below

2
On BEST ANSWER

We don't have any support for the SMB protocol. There is support for sockets but I think that would be a challenge to implement.

If the phone has access to the folder you can use the share operation and the user can pick the place where the file should be shared e.g. SMB, dropbox, etc.