blob: e738b55baba2325515905f09285a4fd5e2a45bc9 [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-mode
4Arg: <active/passive>
5Help: Set CCC mode
6Protocols: FTP
7Added: 7.16.2
8See-also: ftp-ssl-ccc
9Category: ftp tls
10Example: --ftp-ssl-ccc-mode active --ftp-ssl-ccc ftps://example.com/
11Multi: boolean
12---
13Sets the CCC mode. The passive mode will not initiate the shutdown, but
14instead wait for the server to do it, and will not reply to the shutdown from
15the server. The active mode initiates the shutdown and waits for a reply from
16the server.