Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: 'Connection Types' section added

...

Connection types

As noted for the FTPS protocol element example above, each protocol element requires a connection type. The connection types available are:

  • BasicConnection, with a required Hostname and an optional Password
    The BasicConnection is used for the following ProtocolFragments:
    • FTP, FTPS, Jump,
    • SOCKS4 and SOCKS5 proxies
  • URLConnection with a required URL
    The URLConnection is used with the following ProtocolFragments:
    • HTTP, HTTPS
    • WebDAV

Specifying Connection Protocols

...