summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/ssl-reqd.d
blob: 489be00d97c7f2dc6073be7ff489ec86b4d5410c (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
doesn't support SSL/TLS.

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