1---
2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
3SPDX-License-Identifier: curl
4Long: ftp-ssl-ccc-mode
5Arg: <active/passive>
6Help: Set CCC mode
7Protocols: FTP
8Added: 7.16.2
9Category: ftp tls
10Multi: boolean
11See-also:
12  - ftp-ssl-ccc
13Example:
14  - --ftp-ssl-ccc-mode active --ftp-ssl-ccc ftps://example.com/
15---
16
17# `--ftp-ssl-ccc-mode`
18
19Sets the CCC mode. The passive mode does not initiate the shutdown, but
20instead waits for the server to do it, and does not reply to the shutdown from
21the server. The active mode initiates the shutdown and waits for a reply from
22the server.
23