Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Used by
Element FTPSFragment
Annotations

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

References Notes

This element includes the parameters for an FTPS file transfer connection including BasicAuthentication and BasicConnection 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 FTPSFragmentRef ref attribute.

Diagram
Diagram YADE_configuration_v1_0_xsd_Element_FTPSFragment.tmp#FTPSFragment_name YADE_configuration_v1_0_xsd_Element_BasicConnection.tmp#BasicConnection YADE_configuration_v1_0_xsd_Element_BasicAuthentication.tmp#BasicAuthentication YADE_configuration_v1_0_xsd_Element_FTPSClientSecurity.tmp#FTPSClientSecurity YADE_configuration_v1_0_xsd_Element_FTPSProtocol.tmp#FTPSProtocol YADE_configuration_v1_0_xsd_Element_CredentialStoreFragmentRef.tmp#CredentialStoreFragmentRef YADE_configuration_v1_0_xsd_Element_JumpFragmentRef.tmp#JumpFragmentRef YADE_configuration_v1_0_xsd_Element_ProxyForFTPS.tmp#ProxyForFTPS
Properties
content complex
Used by
Model
Instance
<FTPSFragment name="">
  <BasicConnection>{1,1}</BasicConnection>
  <BasicAuthentication>{1,1}</BasicAuthentication>
  <FTPSClientSecurity>{0,1}</FTPSClientSecurity>
  <FTPSProtocol>{0,1}</FTPSProtocol>
  <CredentialStoreFragmentRef ref="">{0,1}</CredentialStoreFragmentRef>
  <JumpFragmentRef ref="">{0,1}</JumpFragmentRef>
  <ProxyForFTPS>{0,1}</ProxyForFTPS>
</FTPSFragment>
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 FTPSFragment / @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 FTPSFragment