EXTOL EBI 3 - Linux PGP/SFTP Business Process Script Example


PGP/SFTP EXTOL Project

We show how we can easily implement a PGP/SFTP solution in EXTOL Business Integrator 3, for Linux. Using the Linux’s OS PGP solution and EBI’s SFTP capabilities, we were able to use 3 business process scripts to perform: encrypt, archive, and SFTP PUT.

In the EBI 3 Project (below) we have three Business process Scripts:

  • ProdOutboundBPS.bps
  • ProdOutboundPgpBPS.bps
  • ProdOutboundSftpBPS.bps

EXTOL Business Integrator 3 SFTP/PGP Project Screenshot

ProdOutboundBPS.bps

EXTOL Business Integrator 3 SFTP/PGP Controlling Business Process Script Screenshot

ProdOutboundPgpBPS.bps

EXTOL Business Integrator 3 PGP Business Process Script Screenshot

GPG Command: gpg --recipent [userID] --always-trust --sign --batch --default-key [keyID] --passphrase [password] --output [path/filename] --encrypt [path/filename]



ProdOutboundSftpBPS.bps

EXTOL Business Integrator 3 PGP Business Process Script Screenshot