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:stringLocal directory to read from. Not used if File Name is an absolute path.
*File Name:stringFile to be uploaded to FTP site.
* - denotes required
 ParameterTypeDescription
*Directory:stringRemote directory to upload 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
Use Temp File:booleanProtects the FTP PUT operation by uploading to a temporary file. Once operation is complete the temporary file is renamed to the target file.
* - 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.