Decrypt

Top  Previous  Next

 

The Decrypt step decrypts PGP (or GPG) encrypted source files in the current file set. The decrypted output files replace the encrypted source files in the current file set that is passed on to the next step in the job.

 

Friendly Name

INI Variable

Required?

Description

File Filter

specification

optional

file mask limiting which files this step should process

Search Pattern

pattern

optional

regex search string to match characters in decrypted file name

Replace Pattern

replace

optional

regex replacement string for matched characters in output filename

 

By default, the decrypted output file will be named without the .pgp or .gpg extension.  For example, if the encrypted source file is named <filenamepart>.pgp then the output file will be named <filenamepart>. Use the pattern and replace options together to specify a different name for the decrypted output file.

 

Note: For this step to work, the correct private key and its passphrase must be imported into the Robo-FTP Configurator.

 

Example Usage:

step_decrypt