SFTP libraries for iPhone?

前端 未结 2 1652
失恋的感觉
失恋的感觉 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.

提交回复
热议问题