Search:

Type: Posts; User: emmaclark

Search: Search took 0.00 seconds.

  1. sqlite3 library installion issue on windows

    SQLite3 C interface Sample Code:



    #include <stdio.h>
    #include <sqlite3.h>


    int main(int argc, char* argv[])
    {
  2. I tried to install it using apt-get in ubuntu,...

    I tried to install it using apt-get in ubuntu, but i am getting an "unmet dependency" error. So i downloaded the tar package from libssh official website. Extract it and copy include folder in...
  3. libssh library: undefined reference to `ssh_new' error

    how to format the question properly...please help................I am trying to write a SSH program using libssh library. I am at beginner level in C language.
    #include #include #include int...
  4. Client Socket Program to connect to SSH Server

    I have a SSH server asking for username and password for authentication and i am writing a client C program in linux only using socket or standard function. Once I created a socket using SSH server's...
  5. Replies
    2
    Views
    5,217

    Linux

    Linux
  6. Replies
    2
    Views
    5,217

    Socket Program to connect to SSH server

    I have a SSH server asking for username and password for authentication. Once I created a socket using SSH server's IP and port, how to authenticate user with server?
Results 1 to 6 of 8