Uploading and downloading via ftp with iPhone SDK

You can use this. It support all the basic ftp operations:

Download file
Upload file
Delete file
Delete directory
Create directory
List directory contents

[DISCLAIMER] I am the developer of the library, I needed a ftp library too in the past and came over this answer. However, I decided to write one myself because s7ftprequest didn’t support at that point several operations that I needed.(like download or list directory)

Leave a Comment