Showing:

Annotations
Diagrams
Instances
Model
Properties
Used by
Element ProtocolFragments
Annotations

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

References Notes

Fragments are a means to organize file transfer settings in a reusable way:

  • Fragments are created to define settings that are specific for a file transfer protocol, e.g. FTP, SFTP, WebDAV.
  • File transfer protocols include settings for e.g. FTP BasicAuthentication, BasicConnection.
  • Such fragments do not include settings for an individual file transfer, e.g. the file Selection, as such settings are used in a Profile that specifies parameters for a file transfer Operation.
  • Each Profile references a fragment for the source and optionally for the target of a file transfer operation. Therefore multiple profiles can use the same connection that is specified in a fragment.

Any number of fragments can be configured. They are distinguished by their name attribute. References to a fragment use the value of the name attribute to identify the respective fragment.

Diagram
Diagram YADE_configuration_v1_12_xsd_Element_FTPFragment.tmp#FTPFragment YADE_configuration_v1_12_xsd_Element_FTPSFragment.tmp#FTPSFragment YADE_configuration_v1_12_xsd_Element_HTTPFragment.tmp#HTTPFragment YADE_configuration_v1_12_xsd_Element_HTTPSFragment.tmp#HTTPSFragment YADE_configuration_v1_12_xsd_Element_JumpFragment.tmp#JumpFragment YADE_configuration_v1_12_xsd_Element_SFTPFragment.tmp#SFTPFragment YADE_configuration_v1_12_xsd_Element_SMBFragment.tmp#SMBFragment YADE_configuration_v1_12_xsd_Element_WebDAVFragment.tmp#WebDAVFragment
Properties
content complex
Used by
Element Fragments
Model
Instance
<ProtocolFragments>
  <FTPFragment name="">{0,unbounded}</FTPFragment>
  <FTPSFragment name="">{0,unbounded}</FTPSFragment>
  <HTTPFragment name="">{0,unbounded}</HTTPFragment>
  <HTTPSFragment name="">{0,unbounded}</HTTPSFragment>
  <JumpFragment name="">{0,unbounded}</JumpFragment>
  <SFTPFragment name="">{0,unbounded}</SFTPFragment>
  <SMBFragment name="">{0,unbounded}</SMBFragment>
  <WebDAVFragment name="">{0,unbounded}</WebDAVFragment>
</ProtocolFragments>