JDBC Driver for FTP

Build 25.0.9434

SSLMode

Specifies the SSL/TLS negotiation mode used when connecting to the FTP server.

Possible Values

AUTOMATIC, NONE, IMPLICIT, EXPLICIT

データ型

string

デフォルト値

"AUTOMATIC"

解説

This property determines how the 本製品 negotiates SSL/TLS encryption with the FTP server.

The following modes are supported:

  • AUTOMATIC: The 本製品 selects the most secure mode supported by the server.
  • NONE: No encryption is used; the connection and authentication occur in plaintext.
  • IMPLICIT: SSL/TLS negotiation starts immediately after the TCP connection is established.
  • EXPLICIT: The 本製品 first connects in plaintext, then initiates SSL/TLS negotiation using a protocol command such as STARTTLS.

Use IMPLICIT or EXPLICIT to encrypt credentials and data in transit. Select NONE only when connecting to trusted networks or when the server does not support SSL/TLS.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434