...
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
- FTP, FTPS, Jump,
- URLConnection with a required URL
The URLConnection is used with the following ProtocolFragments:- HTTP, HTTPS
- WebDAV
Specifying Connection Protocols
...