authenticatePeer
| Authenticate Peer | If serverType = FTPES; Indication of whether to use a CA certificate configured in the agent to authenticate the FTP server's certificate. | Boolean; Valid Values: true/false. Default is false. | N | | Y |
ftpFmtype
| Monitor Type | Type of file event being monitored for. | Valid values:
- As String = Exist, As Value = 1
- As String = Missing, As Value = 2
Default is Exist (1). | N | | N |
jobcard
| Job Card (z/OS only) | For z/OS; Job card information for the JCL statement. | | N | | N |
listOptions
| Additional FTP Commands | If servertype = FTP, FTPS, or FTPES; Allows you to add statements to the FTP script that control the format of the file list returned by the task. | (See Additional FTP Commands in Remote File Monitor task.) | N | | Y |
minFileScale
| Minimum File Scale | If ftpFtype = Exist(1); Scale for the minimum file size. | Valid values:
- As String = Bytes, As Value = 0
- As String = KB, As Value = 1
- As String = MB, As Value = 2
Default is KB (1). | N | | Y |
minFileSize
| Minimum File Size | If ftpFmtype = Exist (1); Minimum file size. | | N | | Y |
outputFailureOnly
| Failure Only | If outputReturnType = STDOUT (2), STDERR (3), or OUTERR (6), and waitForOutput is false; Indication for whether output should be retrieved on task failure only. | Boolean; Valid values: true/false. Default is false. | N | | Y |
outputReturnNline
| Number of Lines | If outputReturnType is STDOUT (2), STDERR (3), or OUTERR (6); Allows you to limit the retrieved data to the number of lines specified. | Integer; Default is the value of the Retrieve Output Default Number Of Lines Universal Controller system property. | N | | Y |
outputReturnSline
| Starting Line | If outputReturnType is STDOUT (2), STDERR (3), or OUTERR (6); Allows you to instruct the Controller to retrieve data beginning at this line. | Integer; Default is 1. | N | | Y |
outputReturnText
| Scan Text | If outputReturnType is STDOUT (2), STDERR (3), or OUTERR (6); Instructs the Controller to scan the data for the text specified and retrieve only that. | The Controller will process this field as a regular expression. | N | | Y |
outputReturnType
| Automatic Output Retrieval | Specification for whether you want the Controller to automatically retrieve any output from the job and attach it to the task instance record. | Valid values:
- As String = NONE, As Value = 1
- As String = STDOUT, As Value = 2
- As String = STDERR, As Value = 3
- As String = OUTERR, As Value = 6
Default is NONE (1). If outputReturnType is not NONE (1), the web service will fail with Start Failure if outputProhibited is true for the specified agent. | N | | Y |
pollInterval
| Poll Interval (Seconds) | If wait = true; Frequency, in seconds, in which the Remote File Monitor will check to see if the file exists or is missing. | Integer; Default is 30. | N | | Y |
pollMaximum
| Maximum Polls | If wait = true; Maximum number of times that the Remote File Monitor will check to see if the file exists or is missing. | Integer. | N | | Y |
remoteCredentials
| FTP Credentials | Login credentials that the Agent will use to access the FTP or SFTP server machine. | If the File Transfer server and Agent are running on the same machine, enter the same credentials as those you entered in the Credentials field. | N | remoteCredVar
| Y |
remoteCredVar
| FTP Credentials Variable | Name of a variable that will be resolved at run time to the name of the FTP Credentials to use. | | N | remoteCredentials
| Y |
remoteFilename
| Remote Filename (FTP) | Path and file name on the remote server. | | N | | Y |
remoteServer
| Remote Server (FTP) | Name or IP address of the remote server. | This machine may or may not be the same as the Universal Agent machine. You also can specify a non-standard FTP or SFTP port:
- For FTP, specify the port number separated from the host name with a space: "some.server.com 2222".
- For SFTP, specify the port number separated from the host name with a colon: "some.server.com:2222".
| N | | Y |
servertype
| Server Type | Type of FTP server. | Valid values:
- As String = FTP, As Value = 1
- As String = SFTP, As Value = 2
- As String = FTPS, As Value = 4
- As String = FTPES, As Value = 5
Default is FTP (1). | N | | Y |
stableSeconds
| Stable (Seconds) | If wait is true; Period of time, in seconds, during which the file has not changed. | Integer. | N | | Y |
transferMode
| Transfer Mode | Transfer mode to use. | Valid values:
- As String = Active, As Value = 1
- As String = Passive, As Value = 2
- As String = Extended Passive, As Value = 3
| N | | Y |
useExitCode
| Use Exit Code On Failed | Specification for whether the monitor ends in a Success status with Exit Code 255 on failure instead of ending in the Failed status. | Boolean value of the exit code | N | | Y |
useRegex
| Use Regular Expression | Enables the use of a regular expression in remoteFilename. | Boolean; Valid values: true/false. Default is false. | N | | Y |
verifyHostName
| Authenticate Peer | If serverType = FTPS or FTPES; Indication of whether to verify the DNS name or IP address of the FTP server's certificate against the host system. | Boolean; Valid Values: true/false. Default is false. | N | | Y |
wait
| Wait until Satisfied | If true, the task instance starts and continues to run until one of the following events occurs:
- If
ftpFmtype = Exist and the specified file exists or appears, the task instance completes with a status of SUCCESS.
- If
ftpFmtype = Missing and the specified file does not exist or exists then disappears, the task instance completes with a status of SUCCESS.
If false, the task instance:
- Starts.
- Checks for the existence of the file.
- Takes one of the following actions:
- If
ftpFmtype = Exist and if the file exists, the task instance completes with a status of SUCCESS.
- If
ftpFmtype = Exist and if the file does not exist, the task instance completes with a status of FAILURE.
- If
ftpFmtype = Missing and if the file exists, the task instance completes with a status of FAILURE.
- If
ftpFmtype = Missing and if the file does not exist, the task instance completes with a status of SUCCESS.
| Boolean; Valid values: true/false. Default is false. | N | | Y |