最适合iPhone的FTP Objective-C包装器 [英] Best FTP Objective-C wrapper for iPhone

查看:105
本文介绍了最适合iPhone的FTP Objective-C包装器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道你使用基于C的网络API来进行FTP通信,但我更喜欢使用更高级别的东西。我见过一些基于Objective-C的包装,但我不确定要使用什么。我不需要那种复杂的FTP交互。它只是典型的创建/删除目录,上传/下载文件......你推荐什么?

I know you use the C based networking API to do FTP communication but I'd prefer to use something a little higher level. I've seen a few Objective-C based wrappers but I'm not sure what to use. I don't need that complex of FTP interaction. Its just the typical create/delete dirs, upload/download files... What do you recommend?

编辑:
这里是一个看起来很有前途的,但我无法得到它编译的iPhone SDK
The ConnectionKit

推荐答案

在没有找到任何可行的工具之后,我决定继续并遵循Apple的教程,做FTP。它肯定是一个PITA,但至少它确实有效。我敢肯定会在第一次修订版我的应用程序中支持WebDAV,最终可能会在稍后使用其他一些传输方法。我想我会考虑在获得FTP& WebDAV运行良好,因为没有理由说你为什么要做这么低级别的工作来完成像FTP这样基本和模糊的任务。

After not finding anything that works well I decided I'd go ahead and follow Apple's tutorial on how to do FTP. It sure is a PITA but at least it does work. I'm defiantly going to support WebDAV in the first revision my app, and eventually perhaps some other transfer methods later on. I think I'm going to consider releasing this open source after I get FTP & WebDAV working good, since there is no reason why you should have to do this much low level work to do such a basic and ambiguous task as FTP these days.

这篇关于最适合iPhone的FTP Objective-C包装器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆