blob: 81e0ea794a1f49f80dbb803d0747f1020c47b89b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Long: ssl-reqd
Help: Require SSL/TLS
Protocols: FTP IMAP POP3 SMTP
Added: 7.20.0
Category: tls
Example: --ssl-reqd ftp://example.com
See-also: ssl insecure
---
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.
|