master-server/deps/curl/docs/cmdline-opts/version.md

121 lines
2.7 KiB
Markdown
Raw Permalink Normal View History

2024-05-15 15:20:32 -04:00
---
2023-12-11 20:30:44 -05:00
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: version
Short: V
Help: Show version number and quit
Category: important curl
Added: 4.0
Multi: custom
2024-05-15 15:20:32 -04:00
See-also:
- help
- manual
Example:
- --version
2023-12-11 20:30:44 -05:00
---
2024-05-15 15:20:32 -04:00
# `--version`
2023-12-11 20:30:44 -05:00
Displays information about curl and the libcurl version it uses.
The first line includes the full version of curl, libcurl and other 3rd party
libraries linked with the executable.
2024-05-15 15:20:32 -04:00
The second line (starts with `Release-Date:`) shows the release date.
2023-12-11 20:30:44 -05:00
2024-05-15 15:20:32 -04:00
The third line (starts with `Protocols:`) shows all protocols that libcurl
2023-12-11 20:30:44 -05:00
reports to support.
2024-05-15 15:20:32 -04:00
The fourth line (starts with `Features:`) shows specific features libcurl
2023-12-11 20:30:44 -05:00
reports to offer. Available features include:
2024-05-15 15:20:32 -04:00
## `alt-svc`
2023-12-11 20:30:44 -05:00
Support for the Alt-Svc: header is provided.
2024-05-15 15:20:32 -04:00
## `AsynchDNS`
2023-12-11 20:30:44 -05:00
This curl uses asynchronous name resolves. Asynchronous name resolves can be
done using either the c-ares or the threaded resolver backends.
2024-05-15 15:20:32 -04:00
## `brotli`
2023-12-11 20:30:44 -05:00
Support for automatic brotli compression over HTTP(S).
2024-05-15 15:20:32 -04:00
## `CharConv`
2023-12-11 20:30:44 -05:00
curl was built with support for character set conversions (like EBCDIC)
2024-05-15 15:20:32 -04:00
## `Debug`
2023-12-11 20:30:44 -05:00
This curl uses a libcurl built with Debug. This enables more error-tracking
and memory debugging etc. For curl-developers only!
2024-05-15 15:20:32 -04:00
## `gsasl`
2023-12-11 20:30:44 -05:00
The built-in SASL authentication includes extensions to support SCRAM because
libcurl was built with libgsasl.
2024-05-15 15:20:32 -04:00
## `GSS-API`
2023-12-11 20:30:44 -05:00
GSS-API is supported.
2024-05-15 15:20:32 -04:00
## `HSTS`
2023-12-11 20:30:44 -05:00
HSTS support is present.
2024-05-15 15:20:32 -04:00
## `HTTP2`
2023-12-11 20:30:44 -05:00
HTTP/2 support has been built-in.
2024-05-15 15:20:32 -04:00
## `HTTP3`
2023-12-11 20:30:44 -05:00
HTTP/3 support has been built-in.
2024-05-15 15:20:32 -04:00
## `HTTPS-proxy`
2023-12-11 20:30:44 -05:00
This curl is built to support HTTPS proxy.
2024-05-15 15:20:32 -04:00
## `IDN`
2023-12-11 20:30:44 -05:00
This curl supports IDN - international domain names.
2024-05-15 15:20:32 -04:00
## `IPv6`
2023-12-11 20:30:44 -05:00
You can use IPv6 with this.
2024-05-15 15:20:32 -04:00
## `Kerberos`
2023-12-11 20:30:44 -05:00
Kerberos V5 authentication is supported.
2024-05-15 15:20:32 -04:00
## `Largefile`
2023-12-11 20:30:44 -05:00
This curl supports transfers of large files, files larger than 2GB.
2024-05-15 15:20:32 -04:00
## `libz`
2023-12-11 20:30:44 -05:00
Automatic decompression (via gzip, deflate) of compressed files over HTTP is
supported.
2024-05-15 15:20:32 -04:00
## `MultiSSL`
2023-12-11 20:30:44 -05:00
This curl supports multiple TLS backends.
2024-05-15 15:20:32 -04:00
## `NTLM`
2023-12-11 20:30:44 -05:00
NTLM authentication is supported.
2024-05-15 15:20:32 -04:00
## `NTLM_WB`
2023-12-11 20:30:44 -05:00
NTLM delegation to winbind helper is supported.
2024-05-15 15:20:32 -04:00
## `PSL`
2023-12-11 20:30:44 -05:00
PSL is short for Public Suffix List and means that this curl has been built
with knowledge about "public suffixes".
2024-05-15 15:20:32 -04:00
## `SPNEGO`
2023-12-11 20:30:44 -05:00
SPNEGO authentication is supported.
2024-05-15 15:20:32 -04:00
## `SSL`
2023-12-11 20:30:44 -05:00
SSL versions of various protocols are supported, such as HTTPS, FTPS, POP3S
and so on.
2024-05-15 15:20:32 -04:00
## `SSPI`
2023-12-11 20:30:44 -05:00
SSPI is supported.
2024-05-15 15:20:32 -04:00
## `TLS-SRP`
2023-12-11 20:30:44 -05:00
SRP (Secure Remote Password) authentication is supported for TLS.
2024-05-15 15:20:32 -04:00
## `TrackMemory`
2023-12-11 20:30:44 -05:00
Debug memory tracking is supported.
2024-05-15 15:20:32 -04:00
## `Unicode`
2023-12-11 20:30:44 -05:00
Unicode support on Windows.
2024-05-15 15:20:32 -04:00
## `UnixSockets`
2023-12-11 20:30:44 -05:00
Unix sockets support is provided.
2024-05-15 15:20:32 -04:00
## `zstd`
2023-12-11 20:30:44 -05:00
Automatic decompression (via zstd) of compressed files over HTTP is supported.