FTP XML Output Adapter Studio Properties

Adapter type: toolkit_ftp_xmllist_output. Set these properties for the FTP XML Output adapter in the ESP Studio adapter properties dialog.

If you use the CCL ATTACH ADAPTER statement to attach an adapter, you must supply the adapter type.

Property Label Description
Date Format

Propterty ID: xmllistDateFormat

Type: string

(Advanced) Specify the format for parsing date values.

Timestamp Format

Property ID: xmllistTimestampFormat

Type: string

(Advanced) Specify the format for parsing timestamp values.

Charset Name

Property ID: charsetName

Type: string

(Advanced) Specify the name of a supported charest.

Host

Property ID: host

Type: string

(Required) Specify the server name or IP address of the FTP server to which you are connecting.

Port

Property ID: port

Type: int

(Required) Specify the port for the FTP server to which you are connecting.

Login Type

Property ID: loginType

Type: string

(Required) Specify the login type for the FTP server. Valid values: normal, anonymous.

User

Property ID: user

Type: string

(Optional) Specify the login account for the FTP server (required if loginType is set to normal).

Password

Property ID: password

Type: string

(Optional) Specify the login password for the FTP server (required if loginType is set to normal).

File Name

Property ID: ftpFileName

Type: string

(Required) Specify the file name of the data file on the FTP server.

File Path

Property ID: ftpFilePath

Type: string

(Required) Specify the absolute path to the data file on the FTP server.

Transfer Mode

Property ID: transferMode

Type: string

(Optional) Specify the transfer mode for the FTP connection. Valid values: active, passive.

Over Write

Property ID: overwrite

Type: uint

(Optional) If set to true, the transporter overwrites the file on the FTP server, if it exists. If set to false, the transporter appends the output to the end of the existing file.

Retry Period

Property ID: retryPeriod

Type: uint

(Optional) Specify the period of time, in seconds, to try and reconnect to the FTP server if you disconnect unexpectedly.

Retry Number

Property ID: retryNumber

Type: uint

(Optional) Specify the number of times to try and reconnect to the FTP server if you disconnect unexpectedly.

PropertySet

Property ID: propertyset

Type: string

(Advanced) Specifies the name of the property set. Property sets are reusable sets of properties that are stored in the project configuration file. Using these sets allows you to move adapter configuration properties out of the CCL file and into the CCR file. If you specify the same properties in the project configuration file and the ATTACH ADAPTER statement, the values in the property set override the values defined in the ATTACH ADAPTER statement. No default value.