1--- 2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3SPDX-License-Identifier: curl 4Long: proxy-ntlm 5Help: NTLM authentication with the proxy 6Category: proxy auth 7Added: 7.10.7 8Multi: mutex 9See-also: 10 - proxy-negotiate 11 - proxy-anyauth 12 - proxy-user 13Example: 14 - --proxy-ntlm --proxy-user user:passwd -x http://proxy $URL 15--- 16 17# `--proxy-ntlm` 18 19Use HTTP NTLM authentication when communicating with the given proxy. Use 20--ntlm for enabling NTLM with a remote host. 21