Delphi Seattle + SFTP

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

Delphi Seattle + SFTP

Post by FernandoFarah » Mon 21 Jan 2019 12:40

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.

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

Re: Delphi Seattle + SFTP

Post by ViktorV » Mon 21 Jan 2019 14:15

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.

FernandoFarah
Posts: 10
Joined: Mon 21 Jan 2019 12:35

Re: Delphi Seattle + SFTP

Post by FernandoFarah » Mon 21 Jan 2019 15:01

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?

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

Re: Delphi Seattle + SFTP

Post by ViktorV » Mon 21 Jan 2019 15:07

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

FernandoFarah
Posts: 10
Joined: Mon 21 Jan 2019 12:35

Re: Delphi Seattle + SFTP

Post by FernandoFarah » Mon 21 Jan 2019 15:09

Got it. In the case of the purchased version do not you need these blps?

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

Re: Delphi Seattle + SFTP

Post by ViktorV » Mon 21 Jan 2019 15:35

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.

Post Reply