5
votes

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, I find adding extensions to the existing code base rather difficult!

Thanks!!

2

2 Answers

13
votes

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

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

0
votes

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

  • SwiftSH - A Swift SSH framework that wraps libssh2.