Overview

Top  Previous  Next

Triggers are a very powerful feature that allow you to listen for events and respond with actions if conditions are met.  For example, whenever a file is uploaded by a certain user you may wish to have this file OpenPGP encrypted and then have an email notification sent to another user within your organization with the details of this upload.

 

Example Uses

 

Automate routine file transfer tasks.

 

Email notification of key events.

 

Automate OpenPGP encryption/decryption of transferred files.

 

Automate compression/decompression of transferred files.

 

See also

 

Adding triggers

Using time based triggers

Manually executing time based triggers

Writing conditions

Testing conditions

Event types

Action types

Defining custom action types

File Transfer Script Language