1 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 2 SPDX-License-Identifier: curl 3 Long: ftp-ssl-ccc 4 Help: Send CCC after authenticating 5 Protocols: FTP 6 See-also: ssl ftp-ssl-ccc-mode 7 Added: 7.16.1 8 Category: ftp tls 9 Example: --ftp-ssl-ccc ftps://example.com/ 10 Multi: boolean 11 --- 12 Use CCC (Clear Command Channel) Shuts down the SSL/TLS layer after 13 authenticating. The rest of the control channel communication is be 14 unencrypted. This allows NAT routers to follow the FTP transaction. The 15 default mode is passive. 16