ftp-ssl-ccc.d 530 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
  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. Multi: boolean
  11. ---
  12. Use CCC (Clear Command Channel) Shuts down the SSL/TLS layer after
  13. authenticating. The rest of the control channel communication will be
  14. unencrypted. This allows NAT routers to follow the FTP transaction. The
  15. default mode is passive.