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