Connection File

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
FernandoFarah
Posts: 10
Joined: Mon 21 Jan 2019 12:35

Connection File

Post by FernandoFarah » Wed 05 Feb 2020 00:21

Hello guys, I would like some help in solving a question: how do I retrieve the connection string in sftp and how do I handle it by exporting to file?

Thanks.

bye

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Connection File

Post by ViktorV » Thu 06 Feb 2020 15:59

SFTP doesn't define a standard for connection strings, therefore the TScSFTPClient component doesn't support connection strings. You can implement such functionality yourself by saving values of the needed properties of the TScSFTPClient component to a file.

Post Reply