2023-01-02 15:51:48 +03:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-06-14 01:12:03 +03:00
|
|
|
SPDX-License-Identifier: curl
|
2016-11-16 01:44:58 +03:00
|
|
|
Long: ftp-ssl-control
|
|
|
|
Help: Require SSL/TLS for FTP login, clear for transfer
|
|
|
|
Protocols: FTP
|
|
|
|
Added: 7.16.0
|
2020-07-13 15:15:04 +03:00
|
|
|
Category: ftp tls
|
2021-08-31 17:37:14 +03:00
|
|
|
Example: --ftp-ssl-control ftp://example.com
|
2021-11-15 17:58:20 +03:00
|
|
|
See-also: ssl
|
2022-10-18 11:39:43 +03:00
|
|
|
Multi: boolean
|
2016-11-16 01:44:58 +03:00
|
|
|
---
|
|
|
|
Require SSL/TLS for the FTP login, clear for transfer. Allows secure
|
|
|
|
authentication, but non-encrypted data transfers for efficiency. Fails the
|
2021-10-31 18:34:44 +03:00
|
|
|
transfer if the server does not support SSL/TLS.
|