TScSSHClient key file

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
mdonath
Posts: 5
Joined: Tue 02 Oct 2012 14:03
Location: Leipzig, Germany

TScSSHClient key file

Post by mdonath » Tue 02 Oct 2012 14:11

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

AndreyZ

Re: TScSSHClient key file

Post by AndreyZ » Fri 19 Oct 2012 09:29

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.

Valgardur
Posts: 165
Joined: Tue 24 Nov 2009 19:33

Re: TScSSHClient key file

Post by Valgardur » Tue 16 Apr 2013 12:26

As the help is unavaible - does not merge and is in the obsolete .hxs format - can you post the relevant text here?

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: TScSSHClient key file

Post by DemetrionQ » Fri 19 Apr 2013 14:27

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).

Valgardur
Posts: 165
Joined: Tue 24 Nov 2009 19:33

Re: TScSSHClient key file

Post by Valgardur » Fri 19 Apr 2013 14:38

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...

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

Re: TScSSHClient key file

Post by Dimon » Fri 19 Apr 2013 14:58

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.

Post Reply