SSHClientDemo

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
benkedon
Posts: 28
Joined: Tue 15 May 2007 12:27

SSHClientDemo

Post by benkedon » Mon 04 Jun 2007 14:29

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 ?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 05 Jun 2007 08:54

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.

Post Reply