Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Used by
Element FTPFragment
Annotations

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

References Notes

This element includes the parameters for an FTP 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. Therefore a unique identifier should be specified for the name attribute.

A fragment is referenced by a transfer Profile using the value of the FTPFragmentRef and its ref attribute.

Diagram
Diagram YADE_configuration_v1_0_xsd_Element_FTPFragment.tmp#FTPFragment_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_CredentialStoreFragmentRef.tmp#CredentialStoreFragmentRef YADE_configuration_v1_0_xsd_Element_JumpFragmentRef.tmp#JumpFragmentRef YADE_configuration_v1_0_xsd_Element_PassiveMode.tmp#PassiveMode YADE_configuration_v1_0_xsd_Element_TransferMode.tmp#TransferMode YADE_configuration_v1_0_xsd_Element_ProxyForFTP.tmp#ProxyForFTP
Properties
content complex
Used by
Model
Instance
<FTPFragment name="">
  <BasicConnection>{1,1}</BasicConnection>
  <BasicAuthentication>{1,1}</BasicAuthentication>
  <CredentialStoreFragmentRef ref="">{0,1}</CredentialStoreFragmentRef>
  <JumpFragmentRef ref="">{0,1}</JumpFragmentRef>
  <PassiveMode>{0,1}</PassiveMode>
  <TransferMode>{0,1}</TransferMode>
  <ProxyForFTP>{0,1}</ProxyForFTP>
</FTPFragment>
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 based on their name.

A fragment is referenced via this attribute value by a transfer profile.

Attribute FTPFragment / @name
Annotations

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

A fragment is referenced via this attribute value by a transfer profile.

Type xs:NMTOKEN
Properties
use required
Used by
Element FTPFragment