本文介绍了适用于iPhone的SFTP库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
libssh2以外有没有好的SFTP库?我特别想找一个非常容易集成和管理的库!由于libssh2完全用C语言编写,我发现在现有代码库中添加扩展相当困难!
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!
谢谢!!
推荐答案
GitHub上的libssh2有一些Objective-C包装器:
There are some Objective-C wrappers for libssh2 on GitHub:
- (个人而言,这是我最喜欢的。超级易用且记录完备)
- karelia
- - 作者Leehro
- 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.
这篇关于适用于iPhone的SFTP库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!