Description - Checks for size of file on a remote SFTP site

Runtime Class - com.ibi.agents.XDSFTPFileOpsAgent


Configuration

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

Parameter Groups

 ParameterTypeDescription
*File (from)stringOriginating file to be operated on. Relative or absolute file paths are supported through a SREG or XPATH expression evaluated using the incoming document
* - denotes required
 ParameterTypeDescription
File (to)stringDestination file to be operated on. Wild cards accepted. Required except for delete, size exist
File (to) a directory namebooleanFile (to) references a directory, if it is unclear whether path names a directory or a filename, the Service Manager will assume the path names a file.
* - denotes required
 ParameterTypeDescription
File (to) Create DirectoriesbooleanCreate directory if it doesn't exist.
*RetrystringIf non-zero, will retry the operation n times at one-second intervals.
* - denotes required
 ParameterTypeDescription
*Out DocumentstringDocument returned by operation (bad input defaults to result)

Select from one of the following options:
  • original - Original document sent to agent
  • result - Agent results
  • status - Agent status
*Action on FailurestringWhether input document or status document returned on failure.

Select from one of the following options:
  • input - Original document sent to agent
  • status - Agent status
* - 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.
OnNotFoundThe resource was not found and this is considered an error.