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