Beyond FTP Feature Tour
Beyond FTP Script
Editor - ReQueue Command
Back
to Feature Tour


Beyond FTP automatically manages errors and will retry any
action based on the values provided using this command. The default behavior
is to attempt an action once. The result is then reported. By including
Requeue commands in the script, you can tell Beyond FTP to repeat an action
over a period of time before it is considered finished. You may include any
number of these commands, which are then used to construct a list that is
searched in reverse order. This allows you to override a previous entry at
some later point in the script.
Each command can specify a range of error values. Setting the retry_limit to
zero will cause the action to be attempted indefinitely until it works.
Setting add minutes to zero specifies an immediate retry.
Note: The number of retries for a particular action is
independent of the errors that resulted in those retries. A single
occurrence of an error with a low retry limit may cancel an action that has
already been retried a number of times for other reasons.
The Insert Requeue Commands dialog provides the mechanism for constructing
ReQueue commands.
Example:
:ReQueue: 25700,25800,5,10
:ReQueue: 12004,,2, 2
Back
to Feature Tour

|