Upload/Download files from iPhone over FTP protocol

I am trying to upload/download files between my iPhone and FTP server over FTP protocol (some of them are large), but I have no idea how to do this. Is there any way can do this?

Does ASIHttpRequest support FTP?

Or there are some other open source project can solve my problem ?


Try this
http://www.chilkatsoft.com/ftp-objc.asp

EDIT: Actually i found this http://developer.apple.com/library/ios/#samplecode/SimpleFTPSample/Listings/Read_Me_About_SimpleFTPSample_txt.html

链接地址: http://www.djcxy.com/p/61364.html

上一篇: 只用于下载:在我的服务器FTP与HTTP?

下一篇: 通过FTP协议从iPhone上传/下载文件