SFTP libraries for iPhone?

前端 未结 2 1650
失恋的感觉
失恋的感觉 2020-12-09 23:52

Are there any good SFTP libraries other than libssh2?? I\'m especially looking for a library that is very easy to integrate and manage! As libssh2 is completely written in C

相关标签:
2条回答
  • 2020-12-10 00:21

    There are some Objective-C wrappers for libssh2 on GitHub:

    • NMSSH by Lejdborg (personally, this is my favourite. Super easy to use and well documented)
    • libssh2_sftp-Cocoa-wrapper by karelia
    • DLSFTPClient - by Leehro

    And some more... These are the most popular ones.

    0 讨论(0)
  • 2020-12-10 00:28

    If you are developing using Swift, below wrapper libraries can be used.

    • SwiftSH - A Swift SSH framework that wraps libssh2.
    0 讨论(0)
提交回复
热议问题