我想将 curl 与 Kerberos 一起使用
curl --negotiate '<SOME_ULR>'
或者
curl --negotiate -u : '<SOME_ULR>'
但我得到了错误:
curl: option --negotiate: the installed libcurl version doesn't support this
我的操作系统:OS X El Capitan
卷发版:
curl -V
curl 7.52.1 (x86_64-apple-darwin13.4.0) libcurl/7.52.1 OpenSSL/1.0.2l zlib/1.2.8
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP UnixSockets HTTPS-proxy
有任何想法吗?