5

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!!

Mr.Anonymous
  • 820
  • 2
  • 13
  • 22

2 Answers2

13

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

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

Attila H
  • 3,616
  • 2
  • 24
  • 37
0

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

  • SwiftSH - A Swift SSH framework that wraps libssh2.
Sudhin Philip
  • 644
  • 8
  • 15