FileStorage vs MemoryStorage
Posted: Thu 14 Sep 2017 11:17
Hello,
At this moment i am using the trail version MyDac 9.0.2 and SecureBridge 8.0.2 with Delphi 10.2
Created a Project1 with the following components:
ScSSHClient1
ScFileStorage1
ScMemoryStorage1
During design time i import 2 key files (Private & Public) in ScFileStorage1 and fill the properties in ScSSHClient1 and i can connect to the server (Connected=True)
Doing this with ScMemoryStorage1 i can not connect to the server. No error message is shown during design time. Clicking on the property: Connected and nothing happens.
At run time with ScMemoryStorage1 i get the message: Host key not verified.
That is odd because using the same key files with ScFileStorage1 it works fine both during design and runtime.
Somehow i miss the concept of the component: ScMemoryStorage1
I have read: https://www.devart.com/sbridge/docs/ind ... torage.htm
but that does not give me any clues.
Do you have any suggestions or more detail information (example) on how to use ScMemoryStorage1 properly?
Thank you for your time
Eduard
At this moment i am using the trail version MyDac 9.0.2 and SecureBridge 8.0.2 with Delphi 10.2
Created a Project1 with the following components:
ScSSHClient1
ScFileStorage1
ScMemoryStorage1
During design time i import 2 key files (Private & Public) in ScFileStorage1 and fill the properties in ScSSHClient1 and i can connect to the server (Connected=True)
Doing this with ScMemoryStorage1 i can not connect to the server. No error message is shown during design time. Clicking on the property: Connected and nothing happens.
At run time with ScMemoryStorage1 i get the message: Host key not verified.
That is odd because using the same key files with ScFileStorage1 it works fine both during design and runtime.
Somehow i miss the concept of the component: ScMemoryStorage1
I have read: https://www.devart.com/sbridge/docs/ind ... torage.htm
but that does not give me any clues.
Do you have any suggestions or more detail information (example) on how to use ScMemoryStorage1 properly?
Thank you for your time
Eduard