ftp-ssl-ccc-mode.d 563 B

12345678910111213141516
  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. Multi: boolean
  12. ---
  13. Sets the CCC mode. The passive mode will not initiate the shutdown, but
  14. instead wait for the server to do it, and will not reply to the shutdown from
  15. the server. The active mode initiates the shutdown and waits for a reply from
  16. the server.