mirror of
https://github.com/curl/curl.git
synced 2026-08-05 17:26:13 +03:00
cmdline-opts: more command line options documented
Moved over to the new format
This commit is contained in:
parent
720ea577dc
commit
5c4a526388
46 changed files with 472 additions and 0 deletions
9
docs/cmdline-opts/ssl-reqd.d
Normal file
9
docs/cmdline-opts/ssl-reqd.d
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
long: ssl-reqd
|
||||
Help: Require SSL/TLS
|
||||
Protocols: FTP IMAP POP3 SMTP
|
||||
Added: 7.20.0
|
||||
---
|
||||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue