Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor corrections to text

...

  • Fragments
    • ProtocolFragments
      • *Fragment (any protocol can be used for transfer from jump host to target)
        • *Connection
        • *Authentication
        • JumpFragmentRef  (References the JumpFragment)
        • etc.
      • JumpFragment
        • BasicConnection
        • SSHAuthentication
        • JumpDirectory (optional)
        • ProxyForSFTP (optional)
        • StrictHostKeyChecking (optional)
  • Profiles
    • Profile
      • Operation
        • Copy
          • CopySource
          • CopyTarget
            • CopyTargetFragmentRef
            • Directory

As already mentioned above , the jump host is transparent to the JADE client. A file transfer fragment is specified in the usual manner and the jump host is specified as part of the configuration of the file transfer fragment.

The use of  the jump host is configured with the JumpFragmentRef element, which  which can be specified as an optional child of all connection fragment elements, is used to specify the jump host.

The JumpFragmentRef element references a JumpFragment element, which is basically a second connection fragment element , which allows the specification of a JumpDirectory elementand specify the jump host configuration.

Note that only a single JumpFragment can be specified as part of a connection fragment element.

Neither configuration data nor log files are stored by JADE on the jump host.

All files written to a JumpDirectory specified Note that the JumpFragment element allows the specification of an optional JumpDirectory element that can be used for intermediate file storage during a the transfer operation. All files written to the JumpDirectory will be removed at the end of the operation.

...