FTP - append to an existing file

Description - Appends a file to the end of another file on a remote FTP site

Runtime Class - com.ibi.agents.XDNPFFTPOpsAgent


Configuration

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

Parameter Groups

 ParameterTypeDescription
*File Name:stringFile name of the data source to be appended to the target file.
* - denotes required
 ParameterTypeDescription
*File Name:stringFile which the source will be appended to.
Is Directory:booleanSpecifies whether file target is a directory. Assumes file if not specified.
* - denotes required
 ParameterTypeDescription
Create Directory:booleanCreate directory if it does not exist.
* - denotes required
 ParameterTypeDescription
*Output Document:stringDocument returned by operation (bad input defaults to result)

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

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
OnFailedOperationCould not perform the operation requested.
OnFailConnectionCould not connect to the external system.
OnFailSecurityCould not operate due to a security violation.
OnNotFoundThe resource was not found and this is considered an error.