Enterprise Server Configuration and Transfer Reference |
For general information about inline file validation, see Overview of Inline File Validation
The administrator defines a base-64 encoded Lua action script and a path to that script in the UI or in the <transfer> section of aspera.conf.
During the inline validation process, ascp automatically generates a request; the parameters for the Lua call are passed to a Lua script defined in aspera.conf.
The Lua harness provides string access to the various ascp log interfaces (simple text string only; format strings are not supported).
lua_log("This was a successful transfer")
xxxxxx LOG lua: This was a successful transfer