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-mode
|
|
|
|
Arg: <active/passive>
|
|
|
|
Help: Set CCC mode
|
|
|
|
Protocols: FTP
|
|
|
|
Added: 7.16.2
|
|
|
|
See-also: ftp-ssl-ccc
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: ftp tls
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --ftp-ssl-ccc-mode active --ftp-ssl-ccc ftps://example.com/
|
2016-11-16 06:44:58 +08:00
|
|
|
---
|
|
|
|
Sets the CCC mode. The passive mode will not initiate the shutdown, but
|
|
|
|
instead wait for the server to do it, and will not reply to the shutdown from
|
|
|
|
the server. The active mode initiates the shutdown and waits for a reply from
|
|
|
|
the server.
|