Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<ul> <li>
  • As
  • String
  • =
  • Exist,
  • As
  • Value
  • =
  • 1
<li>
  • As
  • String
  • =
  • Missing,
  • As
  • Value
  • =
  • 2
</ul>

Default is Exist (1).

<ul> <li>
  • As
  • String
  • =
  • Bytes,
  • As
  • Value
  • =
  • 0
<li>
  • As
  • String
  • =
  • KB,
  • As
  • Value
  • =
  • 1
<li>
  • As
  • String
  • =
  • MB,
  • As
  • Value
  • =
  • 2
</ul>

Default is KB (1).

Property

UI Field Name

Description

Specifications

Required

Mutually Exclusive With

Anchor
authenticatePeer - FTP
authenticatePeer - FTP
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

Anchor
ftpFmtype - FTP
ftpFmtype - FTP
ftpFmtype

Monitor Type

Type of file event being monitored for.

Valid values:

Html bobswift

N


Anchor
jobcard - FTP
jobcard - FTP
jobcard

Job Card (z/OS only)

For z/OS; Job card information for the JCL statement.


N


Anchor
listOptions - FTP
listOptions - FTP
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


Anchor
minFileScale - FTP
minFileScale - FTP
minFileScale

Minimum File Scale

If ftpFtype = Exist(1); Scale for the minimum file size.

Valid values:

Html bobswift

N

Anchor
minFileSize - FTP
minFileSize - FTP
minFileSize

Minimum File Size

If ftpFmtype = Exist (1); Minimum file size.


N

Anchor
pollInterval - FTP
pollInterval - FTP
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


Anchor
pollMaximum - FTP
pollMaximum - FTP
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


Anchor
remoteCredentials - FTP
remoteCredentials - FTP
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

Anchor
remoteCredVar - FTP
remoteCredVar - FTP
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

Anchor
remoteFilename - FTP
remoteFilename - FTP
remoteFilename

Remote Filename (FTP)

Path and file name on the remote server.


N


Anchor
remoteServer - FTP
remoteServer - FTP
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


Anchor
servertype - FTP
servertype - FTP
servertype

Server Type

Type of FTP server.
 

Note
titleNote

You cannot select a serverType if it has been excluded via the Remote File Monitor Task Exclude Protocols Universal Controller system property.


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


Anchor
stableSeconds - FTP
stableSeconds - FTP
stableSeconds

Stable (Seconds)

If wait is true; Period of time, in seconds, during which the file has not changed.

Integer.

N


Anchor
TransferMode - FTP
TransferMode - FTP
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


Anchor
useRegex - FTP
useRegex - FTP
useRegex

Use Regular Expression

Enables the use of a regular expression in remoteFilename.

Boolean; Valid values: true/false. Default is false.

N


Anchor
verifyHostName - FTP
verifyHostName - FTP
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

Anchor
wait - FTP
wait - FTP
wait

Wait until Satisfied

If true, the task instance starts and continues to run until one of the following events occurs:

html-bobswift

<ul> <li> If <code>ftpFmtype</code> = Exist and the specified file exists or appears, the task instance completes with a status of SUCCESS. <li> If <code>ftpFmtype</code> = Missing and the specified file does not exist or exists then disappears, the task instance completes with a status of SUCCESS. </ul> If false, the task instance: <ol> <li> Starts. <li> Checks for the existence of the file. <li> Takes one of the following actions: <ul> <li> If <code>ftpFmtype</code> = Exist and if the file exists, the task instance completes with a status of SUCCESS. <li> If <code>ftpFmtype</code> = Exist and if the file does not exist, the task instance completes with a status of FAILURE. <li> If <code>ftpFmtype</code> = Missing and if the file exists, the task instance completes with a status of FAILURE. <li> If <code>ftpFmtype</code> = Missing and if the file does not exist, the task instance completes with a status of SUCCESS. </ul> </ol>

  • 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:

  1. Starts.
  2. Checks for the existence of the file.
  3. 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


...