Hello world!
03.28.09 - 07:43pm
Welcome to libssh.org. We’ve decided to register a domain for libssh and setup a webpage to show that we actively working on libssh!
03.28.09 - 07:43pm
Welcome to libssh.org. We’ve decided to register a domain for libssh and setup a webpage to show that we actively working on libssh!
Please provide a good documentation on libssh, i’m new to iphone programming and i need it.
There is good documentation. We have a full API documentation and a tutorial for libssh newcomers on http://dev.libssh.org/wiki/Tutorial. Feel free to improve it.
thank you very much, but i don’t know based on this turorial my project is unable to load, it fails loading library. I’ve inlcluded libssh2.a, libgpg-error.a, libz.1.2.3.a, i’ve downloaded their source code and built them, then used .a files as framework.
if there is any proper way, please tell me, I could not find the right one..!
Thanking You
It would be great if I get a good xcode – iPhone project built with libssh implementation, i want some command execution through SSH through iPhone over remote node.
Hi,
a) You should use the mailing list to communicate. See the link in the menu above!
b) You are using libssh2 and NOT libssh
c) Read the cmake documentation how to create make files for XCode.
API documentation for ssh_options_set is missing. Overall the documentation is hard to browse/search: where were I supposed to start looking for the documentation of that function? Clicking on e.g. “module ssh_session” assumes I know that the first parameter of that functions is ssh_session and that the “module” definition is based on a “C functions with first parameter are collected in module “.
Norbert, you’re right. I’d like to integrate the tutorial into the main doxygen doc but it requires some time to do (right).
We certainly have done the hardest (documenting each public API call), now we only have to present it correctly.