Actions
When defining the file event listener, you can define a set of actions to be executed on files.
Actions can be selected in the Action drop-down menu and allow you to execute these options: run a script, decrypt and encrypt files using PGP, zip files.
Execute script
This action runs a pre-defined script, which can be either saved in Data Mover Smart Settings → Scripts or stored in a specific path, which must be entered in the Script path field.
Script variables can be added, clicking the New icon and entering the variable in the edit box, either manually or entering ${ and using the macros.
Click the Dictionary icon to see existing macros.
PGP Decrypt file
This action securely decrypts a file that has been encrypted using PGP encryption. A new name can be assigned to the file, either manually or entering ${ and using the macros. Click the Dictionary icon to see existing macros.
The PGP format (binary or ascii-armor) and the how the flow is required to continue (either with the original file or with the decrypted file) must be selected.
PGP Encrypt file
This action securely encrypts a file using PGP encryption. A new name can be assigned to the file, either manually or entering ${ and using the macros. Click the Dictionary icon to see existing macros.
Fill in these fields:
Recipient: enter the name of the recipient of the file
Alias key: optionally enter the alias key to be used during the encryption
PGP format: select binary or ascii-armor
Cipher algorithm: select the cipher algorithm to be applied to the file
Operation security: select ENVELOPE, SIGN_AND_ENVELOPE, or SIGN
Hash algorithm: select the hash algorithm to be applied to the file
Flow continuation: select if the must continue with the original file or with the encrypted file
Zip file
This action compresses the file or multiple files into a single ZIP archive on a VFS, which must be selected in the Destination path field. A new name can be assigned to the file, either manually or entering ${ and using the macros.
Click the Dictionary icon to see existing macros.
Last updated