Description - Transfers a local file or directly to a FTP site.

Runtime Class - com.ibi.agents.XDNFTPDirectFileTransfer


Configuration

This action requires a Generics Configuration as well as the following required parameters.

Parameter Groups

 ParameterTypeDescription
Directory:stringFTP site directory to be used if File Name is not an absolute path.
*File Name:stringFile to be downloaded from FTP site.
* - denotes required
 ParameterTypeDescription
*Directory:stringLocal directory to download the remote file to.
* - denotes required
 ParameterTypeDescription
*Transfer Mode:stringAscii mode transfers files as 'text', binary mode transfers files as raw data.

Select from one of the following options:
  • ascii - Transfer in character mode
  • binary - Transfer in binary mode
* - denotes required
 ParameterTypeDescription
Delete Source:booleanDelete source after uploading to FTP server
*Output Document:stringDocument returned by object

Select from one of the following options:
  • Status Document {status} - Returns a status document
  • Input Document {original} - Returns the input document of the object.
*Return on Failure:stringDocument returned by object on execution failure.

Select from one of the following options:
  • Input Document {input} - Return status document on error
  • Status Document {status} - Return status document on error
* - denotes required

Output Events

NameDescription
OnParseErrorCould not parse a document.
OnFailConnectionCould not connect to the external system.
OnFailSecurityCould not operate due to a security violation.
OnFailedOperationCould not perform the operation requested.