使用 iPad 无线传输文件
我有一个 iPad 应用程序,可以输出需要上传到远程服务器的 PDF 文件。我在这里有什么选择?是否有适用于 iOS 的 sFTP 或 FTP 实现可以帮助我实现此目标?可以使用其他协议来完成吗?
谢谢!
I have an iPad app that outputs a PDF file that needs to be uploaded to a remote server. What are my options here? Is there a sFTP or FTP implementation for iOS that would help me achieve this? Can it be done using other protocol?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
适用于 iPhone 的 Objective-C FTP 客户端包装
ConnectionKit (可能与 iOS 不兼容)
FTP Client Wrapper in Objective-C for iPhone
ConnectionKit (might not be iOS compatible)
HTTP 怎么样? http://www.cocoadev.com/index.pl?HTTPFileUpload
编辑:
SCP 使用 libssh2? http://www.libssh2.org/examples/scp_write.html
How about HTTP? http://www.cocoadev.com/index.pl?HTTPFileUpload
EDIT:
SCP using libssh2? http://www.libssh2.org/examples/scp_write.html
这需要花钱:http://www.chilkatsoft.com/ssh-sftp-objc .asp
自己还没试过。
(以及SO上的重复:使用SFTP协议从iPhone上传文件 )
This on costs money: http://www.chilkatsoft.com/ssh-sftp-objc.asp
Haven't tried it myself yet.
(And a duplicate on SO: Upload file from iphone using SFTP protocol)