iPhone sdk 有没有 TFTP 客户端,可以将文件传输到 TFTP 服务器?
对于 iOS,是否可以使用普通的 FTP 客户端(使用 NSURLConnection 和 CFFTPStream API 的 FTP 操作)将文件发送到 TFTP 服务器?
或者有 iOS 专用的 TFTP 客户端吗?
Is it possible to use a normal FTP client (FTP operations using the NSURLConnection and CFFTPStream APIs) to send file to TFTP server, for iOS?
Or is there a dedicated TFTP client for iOS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以从此链接 http://sourceforge.net/projects/tftp/ 下载该库
,然后您可以创建自己的自定义库并根据您的要求使用它。
You can download the library from this link http://sourceforge.net/projects/tftp/
and then you can create your own custom library and use it according to your requirement.