Many apps make use of FTP communications for file transfer and here’s a library from Nico Kreipke and jweinert that makes provides easy to implement communications with a FTP server very straightforward.
The library, FTPManager, abstracts Apple’s simpleFTP sample and provides methods for:
– connecting to a FTP server
– creating directories
– changing directory permissions
– listing files in a directory
– uploading files
You’ll need to add CFNetwork.framework into your project.
You can find FTPManager on Github here.
A nice simple to use library if you want to add some basic FTP communications within an app.
- Easy To Use Objective-C Wrapper For The LibCurl Web Communications Library
- Tutorial And Open Source Library For Building A UPnP Client On iOS Devices
- An iOS Objective-C Socket.IO Client Library For Easy Real-Time Web Communication
- Top iOS Development Resources For Week Ended January 20th, 2013
- Open Source: Library For Easy USB And TCP Communication Within iOS/Mac Apps
Original article: Easy To Use Objective-C Library For Basic Communications With An FTP Server
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.





