Page 1 of 1
Delphi Seattle + SFTP
Posted: Mon 21 Jan 2019 12:40
by FernandoFarah
Good Morning!
Could you pass me a step by step or documentation on how to parameterize for download using SFTP?
I'm having difficulty in parameterization.
Re: Delphi Seattle + SFTP
Posted: Mon 21 Jan 2019 14:15
by ViktorV
To test the required functionality, you can use our demo SFTPClient project in the %SecureBridgeDemos%\Demos\SFTPClient directory. %SecureBridgeDemos% is the SecureBridge Demo projects installation path on your computer.
Re: Delphi Seattle + SFTP
Posted: Mon 21 Jan 2019 15:01
by FernandoFarah
Thanks for the quick feedback. I was able to perform the parameterization for download. I went to run the client machine and asked bpl. How to proceed?
Re: Delphi Seattle + SFTP
Posted: Mon 21 Jan 2019 15:07
by ViktorV
If you are evaluating deploying Windows applications with SecureBridge Trial Edition, you will need to deploy the following BPL files:
sbridgeXX.bpl always
and their dependencies (required IDE BPL files) with your application, even if it is built without run-time packages:
rtlXX.bpl always
dbrtlXX.bpl always
vcldbXXX.bpl always
This information is contained in the phrase "and their dependencies (required IDE BPL files)":
https://www.devart.com/sbridge/docs/deployment.htm
Re: Delphi Seattle + SFTP
Posted: Mon 21 Jan 2019 15:09
by FernandoFarah
Got it. In the case of the purchased version do not you need these blps?
Re: Delphi Seattle + SFTP
Posted: Mon 21 Jan 2019 15:35
by ViktorV
When using a licensed version of SecureBridge you should deploy the required BPL files only in case of project compilation with the Build with runtime packages option enabled.