mirror of
https://github.com/curl/curl.git
synced 2025-02-23 15:10:03 +08:00
FAQ: How do I upgrade curl.exe in Windows?
This is a growing question, better answer it here to get somewhere to point users to. Closes #11984
This commit is contained in:
parent
14b745608b
commit
1afc8a7df0
17
docs/FAQ
17
docs/FAQ
@ -26,6 +26,7 @@ FAQ
|
||||
2. Install Related Problems
|
||||
2.1 configure fails when using static libraries
|
||||
2.2 Does curl work/build with other SSL libraries?
|
||||
2.3 How do I upgrade curl.exe in Windows?
|
||||
2.4 Does curl support SOCKS (RFC 1928) ?
|
||||
|
||||
3. Usage Problems
|
||||
@ -427,6 +428,22 @@ FAQ
|
||||
have their pros and cons, and we try to maintain a comparison of them here:
|
||||
https://curl.se/docs/ssl-compared.html
|
||||
|
||||
2.3 How do I upgrade curl.exe in Windows?
|
||||
|
||||
The curl tool that is shipped as an integrated component of Windows 10 and
|
||||
Windows 11 is managed by Microsoft. If you were to delete the file or
|
||||
replace it with a newer version downloaded from https://curl.se/windows,
|
||||
then Windows Update will cease to work on your system.
|
||||
|
||||
There is no way to independently force an upgrade of the curl.exe that is
|
||||
part of Windows other than through the regular Windows update process. There
|
||||
is also nothing the curl project itself can do about this, since this is
|
||||
managed and controlled entirely by Microsoft as owners of the operating
|
||||
system.
|
||||
|
||||
You can always download and install the latest version of curl for Windows
|
||||
from https://curl.se/windows into a separate location.
|
||||
|
||||
2.4 Does curl support SOCKS (RFC 1928) ?
|
||||
|
||||
Yes, SOCKS 4 and 5 are supported.
|
||||
|
Loading…
Reference in New Issue
Block a user