Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Used by
Element SFTPFragmentRef
Annotations

https://kb.sos-berlin.com/display/PKB/YADE+Parameter+Reference+-+SFTPFragmentRef

References Notes

This element references the fragment that is used for an SFTP file transfer operation. Any number of reusable SFTPFragment elements can be configured and are distinguished by YADE based on their name attribute.

The reference to a fragment is based on the value of the ref attribute of this element to the corresponding name attribute of the SFTPFragment element.

Diagram
Diagram YADE_configuration_v1_12_xsd_Element_SFTPFragmentRef.tmp#SFTPFragmentRef_ref YADE_configuration_v1_12_xsd_Element_SFTPPreProcessing.tmp#SFTPPreProcessing YADE_configuration_v1_12_xsd_Element_SFTPPostProcessing.tmp#SFTPPostProcessing YADE_configuration_v1_12_xsd_Element_ProcessingCommandDelimiter.tmp#ProcessingCommandDelimiter YADE_configuration_v1_12_xsd_Element_Rename.tmp#Rename YADE_configuration_v1_12_xsd_Element_ZlibCompression.tmp#ZlibCompression
Properties
content complex
Used by
Model
Instance
<SFTPFragmentRef ref="">
  <SFTPPreProcessing>{0,1}</SFTPPreProcessing>
  <SFTPPostProcessing>{0,1}</SFTPPostProcessing>
  <ProcessingCommandDelimiter>{0,1}</ProcessingCommandDelimiter>
  <Rename>{0,1}</Rename>
  <ZlibCompression>{0,1}</ZlibCompression>
</SFTPFragmentRef>
Attributes
QName Type Use Annotation
ref xs:NMTOKEN required

This attribute identifies the fragment that is used for the SFTP protocol.

Attribute SFTPFragmentRef / @ref
Annotations

This attribute identifies the fragment that is used for the SFTP protocol.

Type xs:NMTOKEN
Properties
use required
Used by
Element SFTPFragmentRef