Start of change

SSLV3 (FTP client and server connection) statement

Use the SSLV3 statement to enable or disable SSLV3 support for connections that are secured using TLS implemented by FTP (TLSMECHANISM FTP).

Syntax

Read syntax diagramSkip visual syntax diagram
   .-SSLV3 FALSE------.   
>>-+------------------+----------------------------------------><
   '-SSLV3--+-FALSE-+-'   
            '-TRUE--'     

Parameters

FALSE
Specifies that SSLV3 is disabled. This is the default.
TRUE
Specifies that SSLV3 is enabled.

Examples

To enable SSLV3 support for connections that are secured using TLS implemented by FTP, code the following statement:
SSLV3 TRUE

Usage notes

SSLV3 is honored only when TLSMECHANISM FTP is specified.
End of change