master-server/deps/curl/docs/cmdline-opts/ftp-ssl-control.md

21 lines
513 B
Markdown
Raw Normal View History

2024-05-15 15:20:32 -04:00
---
2023-12-11 20:30:44 -05:00
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: ftp-ssl-control
2024-05-15 15:20:32 -04:00
Help: Require TLS for login, clear for transfer
2023-12-11 20:30:44 -05:00
Protocols: FTP
Added: 7.16.0
Category: ftp tls
Multi: boolean
2024-05-15 15:20:32 -04:00
See-also:
- ssl
Example:
- --ftp-ssl-control ftp://example.com
2023-12-11 20:30:44 -05:00
---
2024-05-15 15:20:32 -04:00
# `--ftp-ssl-control`
Require SSL/TLS for the FTP login, clear for transfer. Allows secure
authentication, but non-encrypted data transfers for efficiency. Fails the
2023-12-11 20:30:44 -05:00
transfer if the server does not support SSL/TLS.