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?