简体   繁体   English

CodenameOne SMB 共享文件夹访问

[英]CodenameOne SMB shared folder access

I need to build a mobile app for Android and IOS that can read and write to a SMB2/3.network share.我需要为 Android 和 IOS 构建一个可以读取和写入 SMB2/3.network 共享的移动应用程序。

Is this possible in CodenameOne?这在 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?如果在 CodenameOne 中不可能,是否有其他框架支持此功能?

Thanks in advance for reviewing this question!预先感谢您审阅此问题!

We don't have any support for the SMB protocol.我们不支持 SMB 协议。 There is support for sockets but I think that would be a challenge to implement.支持 sockets,但我认为这将是一个实施挑战。

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 eg SMB, dropbox, etc.如果手机可以访问该文件夹,您可以使用共享操作,用户可以选择共享文件的位置,例如 SMB、Dropbox 等。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM