ftp-ssl-ccc-mode.d 548 B

123456789101112131415
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: ftp-ssl-ccc-mode
  4. Arg: <active/passive>
  5. Help: Set CCC mode
  6. Protocols: FTP
  7. Added: 7.16.2
  8. See-also: ftp-ssl-ccc
  9. Category: ftp tls
  10. Example: --ftp-ssl-ccc-mode active --ftp-ssl-ccc ftps://example.com/
  11. ---
  12. Sets the CCC mode. The passive mode will not initiate the shutdown, but
  13. instead wait for the server to do it, and will not reply to the shutdown from
  14. the server. The active mode initiates the shutdown and waits for a reply from
  15. the server.