search for: i_dont_know_which_id_to_be_us

Displaying 1 result from an estimated 1 matches for "i_dont_know_which_id_to_be_us".

2003 Sep 04
0
SSH2: How can I forced the server(ssh2) to send messages to client?
Hi: My ssh server ( In ssh2 ) want to send messages to client ( putty ). But I can't find way to do this. I write below code : packet_start( I_DONT_KNOW_WHICH_ID_TO_BE_USED ); <- ??? packet_put_cstring( "Some messages..." ); packet_send( ); packet_write_wait( ); In packet_start( ), Which ID must be used? Or there is the other way?