ftp-ssl-control.d 487 B

1234567891011121314
  1. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: ftp-ssl-control
  4. Help: Require SSL/TLS for FTP login, clear for transfer
  5. Protocols: FTP
  6. Added: 7.16.0
  7. Category: ftp tls
  8. Example: --ftp-ssl-control ftp://example.com
  9. See-also: ssl
  10. Multi: boolean
  11. ---
  12. Require SSL/TLS for the FTP login, clear for transfer. Allows secure
  13. authentication, but non-encrypted data transfers for efficiency. Fails the
  14. transfer if the server does not support SSL/TLS.