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!!
There are some Objective-C wrappers for libssh2 on GitHub:
And some more… These are the most popular ones.