Input

For more information about mapping and transforming input data, see TIBCO ActiveMatrix BusinessWorks™ Process Design.

The input for the activity is the following.

Input Item

Datatype

Description

Host

string

The name of the FTP server. This overrides the value specified in the FTP Connection resource.

Port

integer

Port number for incoming FTP requests on the FTP server. This overrides the value specified in the FTP Connection resource.

UserName

string

Username for logging into the FTP server. This overrides the value specified in the FTP Connection resource.

Password

string

Password for logging into the FTP server. This overrides the value specified in the FTP Connection resource.

RemoteSiteCommand

string

Optional, system-specific command to be executed before the specified command is executed.

ValidReturnCode

string

Optional list of valid return codes for validating the reply. Codes are three-digit numbers. To specify multiple codes, separate each code with a comma or a space.

If the remote server returns a code not specified in this list, this activity raises an exception.

RemoteCommand

string

Command to be executed on the remote FTP server.

Timeout

integer

The amount of time to wait for the FTP server to respond. This timeout is used when the FTP server places the FTP connection used by this activity into a waiting state.

This overrides the value specified in the FTP Connection resource. For more information, see FTP Connection .