Android 上的 TFTP(简单文件传输协议)支持
根据我的信息,SDK不直接支持TFTP。
还有其他方法可以处理缺失的 API 吗?有人尝试过使用 org.apache.commons.net.tftp 吗?有没有人体验过在 Android 上运行这个有多困难?
还有其他适用于 TFTP 的 GPL 解决方案吗?
谢谢, 斯坦恩
According to my information the SDK does not support directly the TFTP.
Are the any other ways how to deal with the missing API? Was anybody tried to use org.apache.commons.net.tftp? Are there any experiences how difficult is to run this on Android?
Any other GPL solutions for TFTP?
Thanks,
STeN
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这个问题 指:
http://www.java2s.com/Code/Java/Network-Protocol/AsimpleJavatftpclient.htm
HTH。
This question refers to:
http://www.java2s.com/Code/Java/Network-Protocol/AsimpleJavatftpclient.htm
HTH.
我发现了一个很棒的 FTP URL,其中还包括示例源代码。这是网址
i Found one Brilliant URL for FTP that include Sample Source also. Here is the URL
您可以获得很多使用 HTTP 方法下载文件的示例。
我不确定 Android 中的 FTP 服务
You get lots of example to download a file using HTTP Methods.
I'm not sure about the FTP services in Android