Easy To Use Objective-C Library For Basic Communications With An FTP Server
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.
Submit A Resource
Have you created a useful tutorial, library or tool for iOS development that you would like to get in front of our 300,000+ monthly page views from iOS developers?
You can submit the url here.
The resources we feel will appeal to our readers the most will be posted on the front page.