SSHClientApp

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
[email protected]
Posts: 1
Joined: Mon 23 Nov 2009 22:25

SSHClientApp

Post by [email protected] » Mon 23 Nov 2009 23:58

Hello,
I just purchased SecureBridge 2.60 for Delphi 6.
I need to connect to a SSH server and send commands.
I currently use Putty but need to write a program to automate
data collection from servers.
I tried to compile the example SSHClientApp.
I believe this is the example of what I am trying to do.
This example is not listed in the help files or the documentation.
Where can I find more information on how to use it?
I could not compile the example because I get the error message,
[Error] SettingsForm.pas(266): Undeclared identifier: 'PosEx'
I am using Delphi Enterprise Ver 6.0 Build 6.240 Update Pack 2.
I believe the problem with PosEx is that it did not exist in Delphi 6 (It was
introduced in Delphi 7.0, changed in Delphi 7.1, and then fixed in Delphi
2006.) What do I do?

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

Post by Dimon » Tue 24 Nov 2009 08:06

To solve the problem add the ScUtils unit to the uses clause of the SettingsForm.pas file.

Post Reply