xf.li | bfc6e71 | 2025-02-07 01:54:34 -0800 | [diff] [blame^] | 1 | c: Copyright (C) 1998 - 2022, 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. |