public class ExecuteExecutor
extends AbstractExecutor
ExecuteExecutor class. The given argument will be executed after
replacements.
The following replacement are done dynamically before the command is
executed:
- #BASEPATH# is replaced by the full path for the root of FTP Directory
- #FILE# is replaced by the current file path relative to FTP Directory (so
#BASEPATH##FILE# is the full
path of the file)
- #USER# is replaced by the username
- #ACCOUNT# is replaced by the account
- #COMMAND# is replaced by the command issued for the file
- #SPECIALID# is replaced by the FTP id of the transfer (whatever in or
out)
- #UUID# is replaced by a special UUID globally unique for the transfer, in
general to be placed in -info
part (for instance ##UUID## giving #uuid#)