TLSTIMEOUT (FTP client and server) statement

Use the TLSTIMEOUT statement to set a timeout for TLS handshake processing. This timeout is the maximum time between full TLS handshakes. If this time period has not been reached since the last full handshake, a partial handshake occurs when a data connection is protected by TLS.

Server
Specifies how often the server requires a full handshake.
Client
Specifies how often the client requires a full handshake.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-TLSTIMEOUT--seconds-----------------------------------------><

Parameters

seconds
The number of seconds in the range 0 - 86 400. Any value outside of this range reverts to the default of 100.

Examples

TLSTIMEOUT 60

Related topics