Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
630 views
in Technique[技术] by (71.8m points)

ubuntu 16.04 - Curl does not recognize --compressed argument

I have the following version of cUrl on my Ubuntu 16.04

curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.74.0 OpenSSL/1.1.1i
Release-Date: 2018-01-24
Protocols: dict file ftp ftps gopher http https imap imaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp 
Features: AsynchDNS IPv6 Largefile NTLM NTLM_WB SSL TLS-SRP UnixSockets HTTPS-proxy

But when i try a cUrl with --compressed argument the following error appear

curl: option --compressed: the installed libcurl version doesn't support this

even if curl --help gives me that --compressed is a valid argument. How can i fix it?

question from:https://stackoverflow.com/questions/65842606/curl-does-not-recognize-compressed-argument

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...