Description - Writes a file to a SFTP site.

Runtime Class - com.ibi.agents.XDSFTPEmitAgent


Configuration

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

Parameter Groups

 ParameterTypeDescription
Remote Site Folder:stringFolder or directory on the SFTP site you wish to write the file to.
File Pattern:stringOutput file pattern (* = timestamp) ie. *.xml,*.txt etc. Note: *.* is unsupported
* - denotes required
 ParameterTypeDescription
File Protect:booleanEmit temporary name and then rename to the desired name
Emit Zero Bytes:booleanAllow the Emitter to transmit zero bytes to server. This flag will be ignored if the document to be emitted is a stream.
* - denotes required
 ParameterTypeDescription
Output Document:string

Select from one of the following options:
  • Status Document {status} - Document that reflects the agent status
  • Input Document {input} - Original document that was supplied to the object
* - denotes required

Output Events

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