SimpleFTPSample

Last Revision:

Version 1.4, 2013-04-12
Fixed a bug that caused an incompatibility with iOS 6 (r. 13171568), along with other minor changes including (r. 12478239).
(Full Revision History)

Build Requirements:

Xcode 4.6.1

Runtime Requirements:

iOS 5.1

SimpleFTPSample shows how to do simple FTP operations using the NSURLConnection and CFFTPStream APIs. It can download a file using both NSURLConnection and CFFTPStream. Also, it can upload a file, list a directory, and create a directory using CFFTPStream.