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