Commit a387d881 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

cmdline-docs: more options converted and fixed

Now all options are in the new system.
parent ac85f332
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@ Each file has a set of meta-data and a body of text.
    Mutexed: (space separated list of options this overrides)
    Requires: (space separated list of features this option requires)
    See-also: (space separated list of related options)
    Redirect: (option name to use instead)
    Help: (short text for the --help output for this option)
    --- (end of meta-data)

+1 −1
Original line number Diff line number Diff line
Long: crfile
Long: crlfile
Arg: <file>
Protocols: TLS
Help: Get a CRL list in PEM format from the given file
+2 −1
Original line number Diff line number Diff line
@@ -2,4 +2,5 @@ Long: data-ascii
Arg: <data>
Help: HTTP POST ASCII data
Protocols: HTTP
Redirect: data
---
This is just an alias for --data.
+16 −0
Original line number Diff line number Diff line
Long: disable-epsv
Help: Inhibit using EPSV
Protocols: FTP
---
(FTP) Tell curl to disable the use of the EPSV command when doing passive FTP
transfers. Curl will normally always first attempt to use EPSV before PASV,
but with this option, it will not try using EPSV.

--epsv can be used to explicitly enable EPSV again and --no-epsv is an alias
for --disable-epsv.

If the server is an IPv6 host, this option will have no effect as EPSV is
necessary then.

Disabling EPSV only changes the passive behavior. If you want to switch to
active mode you need to use --ftp-port.

docs/cmdline-opts/ftp-ssl-reqd.d

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
Long: ftp-ssl-reqd
Help: Require SSL/TLS
Redirect: ssl-reqd
Loading