Page 1 of 1

SSHClientDemo

Posted: Mon 04 Jun 2007 14:29
by benkedon
Would be nice to have an example, in DIRECT / NON_BLOCKING mode, i.e. in direct comms with a Windows or Unix/Linux server, to show how to use 'ReadBuffer' and 'WriteBuffer' to send commands and process responses. By the way, if you're in DIRECT, but NON_BLOCKING is FALSE, i.e. you're in BLOCKING mode, how do you send/receive data with the server ?

Posted: Tue 05 Jun 2007 08:54
by Dimon
We do not plan to add other demos for C++Builder in the near month. You can read more about working with TScChannel component in the SecureBridge help.

Note, TScChannel sends abstract data to indicated DestHost and DestPort, but no commands. Assumed information server can process and execute commands.