Edit
Trigger Dialog
The Edit Trigger dialog lets you configure automated commands to be triggered by a specific event selected in the Triggers category. The Edit Trigger dialog is accessed by selecting a trigger event in the Triggers category and clicking on the Edit button.
Enable Trigger
Check this option to enable the specified trigger. The status of this option will be reflected on the Triggers category.
Command
Enter the executable portion of the command that will be executed when the trigger fires.
Parameters
Enter the parameters to be passed to the executable entered as the Command. VShell supports the following command substitution variables:
Login, Logout, Authentication
%I -- IP address of user
%D -- Date of occurrence
%T -- Time of occurrence
%U -- User
Upload
%B -- Bytes read or written
%C -- Error code: 0 indicates success,
any other number is an operating system error code
%D -- Date of occurrence
%I -- IP address of user
%P -- Path (complete file pathname)
%R -- Protocol of connection
%T -- Time of occurrence
%U -- User
Download
%B -- Bytes read or written
%C -- Error code: 0 indicates success,
any other number is an operating system error code
%D -- Date of occurrence
%E -- End of file: 0 indicates the
end of file has not been reached, 1 indicates it has
%I -- IP address of user
%P -- Path (complete file pathname)
%R -- Protocol of connection
%T -- Time of occurrence
%U -- User
File/Folder Rename
%C -- Error code: 0 indicates success,
any other number is an operating system error code
%D -- Date of
occurrence
%I -- IP address of user
%O -- Old path (complete file
pathname)
%P -- Path (complete file pathname)
%R -- Protocol of connection
%T -- Time of occurrence
%U -- User
File Delete, Folder Create/Delete
%C -- Error code: 0 indicates success,
any other number is an operating system error code
%D -- Date of occurrence
%I -- IP address of user
%P -- Path (complete file pathname)
%R -- Protocol of connection
%T -- Time of occurrence
%U -- User