summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/ssl-reqd.d
blob: df50eb147f4fd2c6db0528de2160278dc524be4f (plain)
1
2
3
4
5
6
7
8
9
10
11
Long: ssl-reqd
Help: Require SSL/TLS
Protocols: FTP IMAP POP3 SMTP
Added: 7.20.0
Category: tls
Example: --ssl-reqd ftp://example.com
---
Require SSL/TLS for the connection.  Terminates the connection if the server
does not support SSL/TLS.

This option was formerly known as --ftp-ssl-reqd.