Page 1 of 1
TScSSHClient key file
Posted: Tue 02 Oct 2012 14:11
by mdonath
If I set TScSSHClient.Connected to true in object inspector of RADStudio I am asked to accept the key file from the SFTP-server and the file is downloaded immediately.
How can I get this file by coding? Is there a function to call for this?
Markus
Re: TScSSHClient key file
Posted: Fri 19 Oct 2012 09:29
by AndreyZ
Hello,
To accept the key that the server sends to the client, the TScSSHClient.OnServerKeyValidate event is used. You can find an example of using TScSSHClient within SecureBridge demos. There, you can find an example of correct using the TScSSHClient.OnServerKeyValidate event. For more information about the TScSSHClient.OnServerKeyValidate event, please refer to the SecureBridge documentation.
Re: TScSSHClient key file
Posted: Tue 16 Apr 2013 12:26
by Valgardur
As the help is unavaible - does not merge and is in the obsolete .hxs format - can you post the relevant text here?
Re: TScSSHClient key file
Posted: Fri 19 Apr 2013 14:27
by DemetrionQ
Hello.
The hxs format is the help format supported by RAD Studio. To open the SecureBridge documentation, please use the Help menu of your IDE. You can also download the documentation in the chm format from our website
http://www.devart.com/sbridge/download.html (in the "Documentation" section at the bottom of the page).
Re: TScSSHClient key file
Posted: Fri 19 Apr 2013 14:38
by Valgardur
I know that, it just doesn't merge.. and is unavailble.
I finally found a working application to open the .HXS files, but the documentation is incomplete, referring to demos / examples, instead of simply explaining what to do.
There were no demos in the Devart folders.. I was, however. finally able to find them, buried deep in some "users..." folder.
My application still does not work, I decided to buy SecureBridge in the hope of getting proper support, like for other Devart products...
Re: TScSSHClient key file
Posted: Fri 19 Apr 2013 14:58
by Dimon
Valgardur wrote:There were no demos in the Devart folders.. I was, however. finally able to find them, buried deep in some "users..." folder.
There is a possibilty of specifying the destination path for the SecureBridge demos at installation.
Valgardur wrote:My application still does not work, I decided to buy SecureBridge in the hope of getting proper support, like for other Devart products...
Please give a more detailed description of the problem that arises in your application.