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. |
RemoteDirectory |
string |
Path to the directory containing the file(s) to be deleted. This element is concatenated with the RemoteFilename element to provide the complete path to the file(s) to be deleted. This element is optional. |
RemoteFilename |
string |
The path and name of the file to delete on the remote server. Wildcards (? for any one character, * for one or more characters) are permitted in this field. You can specify an absolute or relative path for the remote file name. Relative paths are relative to the path specified in the RemoteDirectory element or the user’s home directory, if RemoteDirectory is null. |
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 . |