Document Revision History

This table describes the changes to SimpleFTPSample.

DateNotes
2013-04-12

Fixed a bug that caused an incompatibility with iOS 6 (r. 13171568), along with other minor changes including (r. 12478239).

2012-08-19

Updated to adopt the latest tools and techniques (most notably, ARC).

2010-07-09

Updated for iOS 4.0.

2010-01-29

Added code that demonstrates how to reinterpret the names in an FTP listing using a different encoding. Also fixed a couple of minor bugs in the ListControllers table handling.

2009-09-17

Demonstrates simple FTP operations using the NSURLConnection and CFFTPStream APIs.