| | | | | |
|---|
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 |
|
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 |
|
jobcard
| Job Card (z/OS only) | For z/OS; Job card information for the JCL statement. |
| 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 |
|
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 |
minFileSize
| Minimum File Size | If ftpFmtype = Exist (1); Minimum file size. |
| N |
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 |
|
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 |
|
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
|
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
|
remoteFilename
| Remote Filename (FTP) | Path and file name on the remote server. |
| N |
|
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 |
|
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 |
|
stableSeconds
| Stable (Seconds) | If wait is true; Period of time, in seconds, during which the file has not changed. | Integer. | N |
|
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 |
|
useRegex
| Use Regular Expression | Enables the use of a regular expression in remoteFilename. | Boolean; Valid values: true/false. Default is false. | N |
|
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 |
|
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 |
|