ftp-ssl-ccc.d 515 B

1234567891011121314
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: ftp-ssl-ccc
  4. Help: Send CCC after authenticating
  5. Protocols: FTP
  6. See-also: ssl ftp-ssl-ccc-mode
  7. Added: 7.16.1
  8. Category: ftp tls
  9. Example: --ftp-ssl-ccc ftps://example.com/
  10. ---
  11. Use CCC (Clear Command Channel) Shuts down the SSL/TLS layer after
  12. authenticating. The rest of the control channel communication will be
  13. unencrypted. This allows NAT routers to follow the FTP transaction. The
  14. default mode is passive.