开发者

Ftp client library for iphone in objective c

开发者 https://www.devze.com 2023-03-19 08:45 出处:网络
Hi im new to iphone development im currently try 开发者_运维问答to develop an application in which i want to perform ftp operation such as file upload,download, list files for which i want good ftp cl

Hi im new to iphone development im currently try 开发者_运维问答to develop an application in which i want to perform ftp operation such as file upload,download, list files for which i want good ftp client class library in objective c, i found some paid library which i cant affort.can any one suggest me good ftp client library for iphone in objective c.


s7ftprequest only for uploading files to FTP.

The below is sample code from apple

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

Limitations:

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


You can this library for downloading and uploading files from ftp server.

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


Wrote an easy to use ftp uploader for iOS and it runs on a background thread courtesy of ASIHTTPReq. However, it can only do basic uploading for now. But i guarantee you it's really easy to use

https://github.com/soulslicer/QueueFTP

0

精彩评论

暂无评论...
验证码 换一张
取 消