• This repository has been archived on 07/Dec/2018
  • Stars
    star
    187
  • Rank 206,464 (Top 5 %)
  • Language
    Objective-C
  • License
    Other
  • Created over 12 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This project is not maintained anymore.

FTPManager

This library is obsolete and I recommend against using it in new projects. The repository remains for historical purposes and to provide a list of alternatives.

Alternatives

  • FTPKit: An Objective-C based asynchronous FTP API which uses ftplib. Supports uploading, downloading, listing, chmod and deletion. Unfortunately not available on CocoaPods.
  • libcurl: A relatively simple and very stable C-style API for uploads and downloads only. Also supports FTPS. Instructions on how to build libcurl to use it in iOS and macOS projects can be found here.
  • Rebekka: An asynchronous FTP/FTPS library written in Swift, which supports uploading, downloading and listing. Unfortunately it uses CFFTPStream (similarly to FTPManager), so it suffers from the same deprecation problems. Available on CocoaPods.
  • There is also BlackRaccoon, another Objective-C library which uses CFFTPStream. Same thing with GoldRaccoon and WhiteRaccoon (still waiting for TurquoisRaccoon).