目标c中的iphone的Ftp客户端库

时间:2011-07-12 06:48:05

标签: iphone objective-c ios ftp

嗨即时通讯新手iphone开发我目前尝试开发一个应用程序,其中我想执行ftp操作,如文件上传,下载,列表文件,我想要在目标c中的好ftp客户端类库,我发现一些付费我无法实现的图书馆。任何人都建议我在目标c中为iphone提供良好的ftp客户端库。

3 个答案:

答案 0 :(得分:2)

s7ftprequest仅用于将文件上传到FTP。

以下是来自apple的示例代码

http://developer.apple.com/library/ios/#samplecode/SimpleFTPSample/Introduction/Intro.html

限制:

FTPS (that is, FTP over TLS)
deleting items
renaming items
other less common FTP commands
custom FTP commands

答案 1 :(得分:1)

您可以使用此库从ftp服务器下载和上载文件。

http://www.chilkatsoft.com/downloads_ios.asp

答案 2 :(得分:0)

为iOS编写了一个易于使用的ftp上传器,它运行在后台线程上,由ASIHTTPReq提供。但是,它现在只能进行基本上传。但我向你保证,它真的很容易使用

https://github.com/soulslicer/QueueFTP