Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Used by
Element SFTPFragment
Annotations

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

References Notes

This element includes the parameters for an SFTP file transfer connection including BasicConnection and SSHAuthentication configuration items.

Any number of fragments can be configured and are distinguished by YADE according to their name attribute.

A fragment is referenced by a transfer profile using the value of the SFTPFragmentRef ref attribute.

Diagram
Diagram YADE_configuration_v1_12_xsd_Element_SFTPFragment.tmp#SFTPFragment_name YADE_configuration_v1_12_xsd_Element_BasicConnection.tmp#BasicConnection YADE_configuration_v1_12_xsd_Element_SSHAuthentication.tmp#SSHAuthentication YADE_configuration_v1_12_xsd_Element_CredentialStoreFragmentRef.tmp#CredentialStoreFragmentRef YADE_configuration_v1_12_xsd_Element_JumpFragmentRef.tmp#JumpFragmentRef YADE_configuration_v1_12_xsd_Element_ProxyForSFTP.tmp#ProxyForSFTP YADE_configuration_v1_12_xsd_Element_StrictHostkeyChecking.tmp#StrictHostkeyChecking YADE_configuration_v1_12_xsd_Element_ConfigurationFiles.tmp#ConfigurationFiles YADE_configuration_v1_12_xsd_Element_ServerAliveInterval.tmp#ServerAliveInterval YADE_configuration_v1_12_xsd_Element_ServerAliveCountMax.tmp#ServerAliveCountMax YADE_configuration_v1_12_xsd_Element_ConnectTimeout.tmp#ConnectTimeout YADE_configuration_v1_12_xsd_Element_ChannelConnectTimeout.tmp#ChannelConnectTimeout
Properties
content complex
Used by
Model
Instance
<SFTPFragment name="">
  <BasicConnection>{1,1}</BasicConnection>
  <SSHAuthentication>{1,1}</SSHAuthentication>
  <CredentialStoreFragmentRef ref="">{0,1}</CredentialStoreFragmentRef>
  <JumpFragmentRef ref="">{0,1}</JumpFragmentRef>
  <ProxyForSFTP>{0,1}</ProxyForSFTP>
  <StrictHostkeyChecking>{0,1}</StrictHostkeyChecking>
  <ConfigurationFiles>{0,1}</ConfigurationFiles>
  <ServerAliveInterval>{0,1}</ServerAliveInterval>
  <ServerAliveCountMax>{0,1}</ServerAliveCountMax>
  <ConnectTimeout>{0,1}</ConnectTimeout>
  <ChannelConnectTimeout>{0,1}</ChannelConnectTimeout>
</SFTPFragment>
Attributes
QName Type Use Annotation
name xs:NMTOKEN required

This attribute identifies the current fragment. Any number of fragments can be used and are distinguished by YADE according their name.

A fragment is referenced by a transfer profile using the value of this attribute.

Attribute SFTPFragment / @name
Annotations

This attribute identifies the current fragment. Any number of fragments can be used and are distinguished by YADE according their name.

A fragment is referenced by a transfer profile using the value of this attribute.

Type xs:NMTOKEN
Properties
use required
Used by
Element SFTPFragment