SetRetry <count>, <delay>
Set the retry parameters for commands that are prefixed with a "@". Such commands are tried again if they fail (this is typically used for CONNECT commands). SetRetry sets the maximum retry count before PyroTrans gives up and the delay in seconds between the attempts.
See also: /RETRY Command Line Parameters
...
@Put LargeFile.dat
← Back to Script Commands