aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/ftp-ssl-ccc.md
blob: d477606fe672a48f010d4dc6f095a9bb13bb32e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: ftp-ssl-ccc
Help: Send CCC after authenticating
Protocols: FTP
Added: 7.16.1
Category: ftp tls
Multi: boolean
See-also:
  - ssl
  - ftp-ssl-ccc-mode
Example:
  - --ftp-ssl-ccc ftps://example.com/
---

# `--ftp-ssl-ccc`

Use CCC (Clear Command Channel) Shuts down the SSL/TLS layer after
authenticating. The rest of the control channel communication is be
unencrypted. This allows NAT routers to follow the FTP transaction. The
default mode is passive.