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
TScSSHClient key file
Re: TScSSHClient key file
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.
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
As the help is unavaible - does not merge and is in the obsolete .hxs format - can you post the relevant text here?
-
- Devart Team
- Posts: 271
- Joined: Wed 23 Jan 2013 11:21
Re: TScSSHClient key file
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).
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
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...
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
There is a possibilty of specifying the destination path for the SecureBridge demos at installation.Valgardur wrote:There were no demos in the Devart folders.. I was, however. finally able to find them, buried deep in some "users..." folder.
Please give a more detailed description of the problem that arises in your application.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...