ftp-ssl-ccc-mode.md (587B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: ftp-ssl-ccc-mode 5 Arg: <active/passive> 6 Help: Set CCC mode 7 Protocols: FTP 8 Added: 7.16.2 9 Category: ftp tls 10 Multi: boolean 11 See-also: 12 - ftp-ssl-ccc 13 Example: 14 - --ftp-ssl-ccc-mode active --ftp-ssl-ccc ftps://example.com/ 15 --- 16 17 # `--ftp-ssl-ccc-mode` 18 19 Set the CCC mode. The passive mode does not initiate the shutdown, but instead 20 waits for the server to do it, and does not reply to the shutdown from the 21 server. The active mode initiates the shutdown and waits for a reply from the 22 server.