2022-06-14 06:12:03 +08:00
|
|
|
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
|
|
SPDX-License-Identifier: curl
|
2016-11-16 06:44:58 +08:00
|
|
|
Long: ftp-ssl-ccc
|
|
|
|
Help: Send CCC after authenticating
|
|
|
|
Protocols: FTP
|
|
|
|
See-also: ssl ftp-ssl-ccc-mode
|
|
|
|
Added: 7.16.1
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: ftp tls
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --ftp-ssl-ccc ftps://example.com/
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: boolean
|
2016-11-16 06:44:58 +08:00
|
|
|
---
|
|
|
|
Use CCC (Clear Command Channel) Shuts down the SSL/TLS layer after
|
|
|
|
authenticating. The rest of the control channel communication will be
|
|
|
|
unencrypted. This allows NAT routers to follow the FTP transaction. The
|
|
|
|
default mode is passive.
|