blob: 196a4a9f51ae78b5182719ac5f57324a3a03caba [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001Long: version
2Short: V
3Help: Show version number and quit
4---
5Displays information about curl and the libcurl version it uses.
6
7The first line includes the full version of curl, libcurl and other 3rd party
8libraries linked with the executable.
9
10The second line (starts with "Protocols:") shows all protocols that libcurl
11reports to support.
12
13The third line (starts with "Features:") shows specific features libcurl
14reports to offer. Available features include:
15.RS
16.IP "IPv6"
17You can use IPv6 with this.
18.IP "krb4"
19Krb4 for FTP is supported.
20.IP "SSL"
21SSL versions of various protocols are supported, such as HTTPS, FTPS, POP3S
22and so on.
23.IP "libz"
24Automatic decompression of compressed files over HTTP is supported.
25.IP "NTLM"
26NTLM authentication is supported.
27.IP "Debug"
28This curl uses a libcurl built with Debug. This enables more error-tracking
29and memory debugging etc. For curl-developers only!
30.IP "AsynchDNS"
31This curl uses asynchronous name resolves. Asynchronous name resolves can be
32done using either the c-ares or the threaded resolver backends.
33.IP "SPNEGO"
34SPNEGO authentication is supported.
35.IP "Largefile"
36This curl supports transfers of large files, files larger than 2GB.
37.IP "IDN"
38This curl supports IDN - international domain names.
39.IP "GSS-API"
40GSS-API is supported.
41.IP "SSPI"
42SSPI is supported.
43.IP "TLS-SRP"
44SRP (Secure Remote Password) authentication is supported for TLS.
45.IP "HTTP2"
46HTTP/2 support has been built-in.
47.IP "UnixSockets"
48Unix sockets support is provided.
49.IP "HTTPS-proxy"
50This curl is built to support HTTPS proxy.
51.IP "Metalink"
52This curl supports Metalink (both version 3 and 4 (RFC 5854)), which
53describes mirrors and hashes. curl will use mirrors for failover if
54there are errors (such as the file or server not being available).
55.IP "PSL"
56PSL is short for Public Suffix List and means that this curl has been built
57with knowledge about "public suffixes".
58.RE