Page 1 of 1

Connection File

Posted: Wed 05 Feb 2020 00:21
by FernandoFarah
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

Re: Connection File

Posted: Thu 06 Feb 2020 15:59
by ViktorV
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.