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. |
OldRemoteDirectory |
string |
Path to the remote file you want to rename. This element is concatenated with the OldRemoteFileName element to provide the complete path to the file to rename. This element is optional. |
OldRemoteFilename |
string |
Name of the remote file you want to rename. You can optionally include the complete path of the file to rename. |
NewRemoteDirectory |
string |
New path for the file to rename. This element is concatenated with the NewRemoteFileName element to provide the complete path to the file to rename. This element is optional. |
NewRemoteFilename |
string |
New name for the remote file. You can optionally include the complete path of the file. |
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 . |