开发者

Compile OpenSSH for use in iphone application

开发者 https://www.devze.com 2022-12-26 20:22 出处:网络
I am开发者_运维技巧 trying to create an application to take advantage of OpenSSH to create an sFtp client for the iphone. I know that it is possible to create ssh clients for iPhone (iSSH, TouchTerm,

I am开发者_运维技巧 trying to create an application to take advantage of OpenSSH to create an sFtp client for the iphone. I know that it is possible to create ssh clients for iPhone (iSSH, TouchTerm, etc) and I also assume they are using openssh as a base.

Would I just need to create a static library?


I think this question has already been asked. Short answer: you can drop the source files into your project and compile them with the application, or you could probably link to a static library (if it's OK with their license--it's not OK with LGPL, for instance, but I think it should be OK with OpenSSH). Hope that helps.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号