Search:

Type: Posts; User: yogesh3073

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    5,804

    send & recv

    send and recv work only with normal TCP/IP socket.

    Here I need information on sending data through SSH.

    In my C program, how shall I ensure that SSH channel is established? Then how to send...
  2. Replies
    5
    Views
    5,804

    SSH via C program

    I need one help on SSH.

    How shall i estalblish SSH connection to other machine and send my char *buffer through c program?

    somewhere i have read that first we have establish connection to other...
  3. Problem solved.

    Thanks a lot Salem,

    I maintained copy of set and the problem is solved now.

    Your help is higly appreciated.
    Yogesh
  4. simultaneously waiting for data on FIFO and UDP using select call

    Hi,

    I am facing one typical problem,

    I am writing a server program in linux which is waiting for data either on UDP port or on FIFO. I use "Select" call for waiting on data.

    But, select only...
Results 1 to 4 of 4