xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [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. |