Linux curl

curl命令参数

curl 是常用的命令行工具,用来请求 Web 服务器。

  • -X 参数指定 HTTP 请求的方法。
  • -H 参数添加 HTTP 请求的标头。
  • -d 参数用于发送 POST 请求的数据体。使用 -d 参数以后,HTTP 请求会自动加上标头Content-Type : application/x-www-form-urlencoded。并且会自动将请求转为 POST 方法,因此可以省略-X POST
  • -b 参数用来向服务器发送 Cookie

    1. ~ curl -h
    2. Usage: curl [options...] <url>
    3. Options: (H) means HTTP/HTTPS only, (F) means FTP only
    4. --anyauth Pick "any" authentication method (H)
    5. -a, --append Append to target file when uploading (F/SFTP)
    6. --basic Use HTTP Basic Authentication (H)
    7. --cacert FILE CA certificate to verify peer against (SSL)
    8. --capath DIR CA directory to verify peer against (SSL)
    9. -E, --cert CERT[:PASSWD] Client certificate file and password (SSL)
    10. --cert-type TYPE Certificate file type (DER/PEM/ENG) (SSL)
    11. --ciphers LIST SSL ciphers to use (SSL)
    12. --compressed Request compressed response (using deflate or gzip)
    13. -K, --config FILE Specify which config file to read
    14. --connect-timeout SECONDS Maximum time allowed for connection
    15. -C, --continue-at OFFSET Resumed transfer offset
    16. -b, --cookie STRING/FILE String or file to read cookies from (H)
    17. -c, --cookie-jar FILE Write cookies to this file after operation (H)
    18. --create-dirs Create necessary local directory hierarchy
    19. --crlf Convert LF to CRLF in upload
    20. --crlfile FILE Get a CRL list in PEM format from the given file
    21. -d, --data DATA HTTP POST data (H)
    22. --data-ascii DATA HTTP POST ASCII data (H)
    23. --data-binary DATA HTTP POST binary data (H)
    24. --data-urlencode DATA HTTP POST data url encoded (H)
    25. --delegation STRING GSS-API delegation permission
    26. --digest Use HTTP Digest Authentication (H)
    27. --disable-eprt Inhibit using EPRT or LPRT (F)
    28. --disable-epsv Inhibit using EPSV (F)
    29. -D, --dump-header FILE Write the headers to this file
    30. --egd-file FILE EGD socket path for random data (SSL)
    31. --engine ENGINGE Crypto engine (SSL). "--engine list" for list
    32. -f, --fail Fail silently (no output at all) on HTTP errors (H)
    33. -F, --form CONTENT Specify HTTP multipart POST data (H)
    34. --form-string STRING Specify HTTP multipart POST data (H)
    35. --ftp-account DATA Account data string (F)
    36. --ftp-alternative-to-user COMMAND String to replace "USER [name]" (F)
    37. --ftp-create-dirs Create the remote dirs if not present (F)
    38. --ftp-method [MULTICWD/NOCWD/SINGLECWD] Control CWD usage (F)
    39. --ftp-pasv Use PASV/EPSV instead of PORT (F)
    40. -P, --ftp-port ADR Use PORT with given address instead of PASV (F)
    41. --ftp-skip-pasv-ip Skip the IP address for PASV (F)
    42. --ftp-pret Send PRET before PASV (for drftpd) (F)
    43. --ftp-ssl-ccc Send CCC after authenticating (F)
    44. --ftp-ssl-ccc-mode ACTIVE/PASSIVE Set CCC mode (F)
    45. --ftp-ssl-control Require SSL/TLS for ftp login, clear for transfer (F)
    46. -G, --get Send the -d data with a HTTP GET (H)
    47. -g, --globoff Disable URL sequences and ranges using {} and []
    48. -H, --header LINE Custom header to pass to server (H)
    49. -I, --head Show document info only
    50. -h, --help This help text
    51. --hostpubmd5 MD5 Hex encoded MD5 string of the host public key. (SSH)
    52. -0, --http1.0 Use HTTP 1.0 (H)
    53. --ignore-content-length Ignore the HTTP Content-Length header
    54. -i, --include Include protocol headers in the output (H/F)
    55. -k, --insecure Allow connections to SSL sites without certs (H)
    56. --interface INTERFACE Specify network interface/address to use
    57. -4, --ipv4 Resolve name to IPv4 address
    58. -6, --ipv6 Resolve name to IPv6 address
    59. -j, --junk-session-cookies Ignore session cookies read from file (H)
    60. --keepalive-time SECONDS Interval between keepalive probes
    61. --key KEY Private key file name (SSL/SSH)
    62. --key-type TYPE Private key file type (DER/PEM/ENG) (SSL)
    63. --krb LEVEL Enable Kerberos with specified security level (F)
    64. --libcurl FILE Dump libcurl equivalent code of this command line
    65. --limit-rate RATE Limit transfer speed to this rate
    66. -l, --list-only List only names of an FTP directory (F)
    67. --local-port RANGE Force use of these local port numbers
    68. -L, --location Follow redirects (H)
    69. --location-trusted like --location and send auth to other hosts (H)
    70. -M, --manual Display the full manual
    71. --mail-from FROM Mail from this address
    72. --mail-rcpt TO Mail to this receiver(s)
    73. --mail-auth AUTH Originator address of the original email
    74. --max-filesize BYTES Maximum file size to download (H/F)
    75. --max-redirs NUM Maximum number of redirects allowed (H)
    76. -m, --max-time SECONDS Maximum time allowed for the transfer
    77. --metalink Process given URLs as metalink XML file
    78. --negotiate Use HTTP Negotiate Authentication (H)
    79. -n, --netrc Must read .netrc for user name and password
    80. --netrc-optional Use either .netrc or URL; overrides -n
    81. --netrc-file FILE Set up the netrc filename to use
    82. -N, --no-buffer Disable buffering of the output stream
    83. --no-keepalive Disable keepalive use on the connection
    84. --no-sessionid Disable SSL session-ID reusing (SSL)
    85. --noproxy List of hosts which do not use proxy
    86. --ntlm Use HTTP NTLM authentication (H)
    87. -o, --output FILE Write output to <file> instead of stdout
    88. --pass PASS Pass phrase for the private key (SSL/SSH)
    89. --post301 Do not switch to GET after following a 301 redirect (H)
    90. --post302 Do not switch to GET after following a 302 redirect (H)
    91. --post303 Do not switch to GET after following a 303 redirect (H)
    92. -#, --progress-bar Display transfer progress as a progress bar
    93. --proto PROTOCOLS Enable/disable specified protocols
    94. --proto-redir PROTOCOLS Enable/disable specified protocols on redirect
    95. -x, --proxy [PROTOCOL://]HOST[:PORT] Use proxy on given port
    96. --proxy-anyauth Pick "any" proxy authentication method (H)
    97. --proxy-basic Use Basic authentication on the proxy (H)
    98. --proxy-digest Use Digest authentication on the proxy (H)
    99. --proxy-negotiate Use Negotiate authentication on the proxy (H)
    100. --proxy-ntlm Use NTLM authentication on the proxy (H)
    101. -U, --proxy-user USER[:PASSWORD] Proxy user and password
    102. --proxy1.0 HOST[:PORT] Use HTTP/1.0 proxy on given port
    103. -p, --proxytunnel Operate through a HTTP proxy tunnel (using CONNECT)
    104. --pubkey KEY Public key file name (SSH)
    105. -Q, --quote CMD Send command(s) to server before transfer (F/SFTP)
    106. --random-file FILE File for reading random data from (SSL)
    107. -r, --range RANGE Retrieve only the bytes within a range
    108. --raw Do HTTP "raw", without any transfer decoding (H)
    109. -e, --referer Referer URL (H)
    110. -J, --remote-header-name Use the header-provided filename (H)
    111. -O, --remote-name Write output to a file named as the remote file
    112. --remote-name-all Use the remote file name for all URLs
    113. -R, --remote-time Set the remote file's time on the local output
    114. -X, --request COMMAND Specify request command to use
    115. --resolve HOST:PORT:ADDRESS Force resolve of HOST:PORT to ADDRESS
    116. --retry NUM Retry request NUM times if transient problems occur
    117. --retry-delay SECONDS When retrying, wait this many seconds between each
    118. --retry-max-time SECONDS Retry only within this period
    119. -S, --show-error Show error. With -s, make curl show errors when they occur
    120. -s, --silent Silent mode. Don't output anything
    121. --socks4 HOST[:PORT] SOCKS4 proxy on given host + port
    122. --socks4a HOST[:PORT] SOCKS4a proxy on given host + port
    123. --socks5 HOST[:PORT] SOCKS5 proxy on given host + port
    124. --socks5-basic Enable username/password auth for SOCKS5 proxies
    125. --socks5-gssapi Enable GSS-API auth for SOCKS5 proxies
    126. --socks5-hostname HOST[:PORT] SOCKS5 proxy, pass host name to proxy
    127. --socks5-gssapi-service NAME SOCKS5 proxy service name for gssapi
    128. --socks5-gssapi-nec Compatibility with NEC SOCKS5 server
    129. -Y, --speed-limit RATE Stop transfers below speed-limit for 'speed-time' secs
    130. -y, --speed-time SECONDS Time for trig speed-limit abort. Defaults to 30
    131. --ssl Try SSL/TLS (FTP, IMAP, POP3, SMTP)
    132. --ssl-reqd Require SSL/TLS (FTP, IMAP, POP3, SMTP)
    133. -2, --sslv2 Use SSLv2 (SSL)
    134. -3, --sslv3 Use SSLv3 (SSL)
    135. --ssl-allow-beast Allow security flaw to improve interop (SSL)
    136. --stderr FILE Where to redirect stderr. - means stdout
    137. --tcp-nodelay Use the TCP_NODELAY option
    138. -t, --telnet-option OPT=VAL Set telnet option
    139. --tftp-blksize VALUE Set TFTP BLKSIZE option (must be >512)
    140. -z, --time-cond TIME Transfer based on a time condition
    141. -1, --tlsv1 Use => TLSv1 (SSL)
    142. --tlsv1.0 Use TLSv1.0 (SSL)
    143. --tlsv1.1 Use TLSv1.1 (SSL)
    144. --tlsv1.2 Use TLSv1.2 (SSL)
    145. --tlsv1.3 Use TLSv1.3 (SSL)
    146. --tls-max VERSION Use TLS up to VERSION (SSL)
    147. --trace FILE Write a debug trace to the given file
    148. --trace-ascii FILE Like --trace but without the hex output
    149. --trace-time Add time stamps to trace/verbose output
    150. --tr-encoding Request compressed transfer encoding (H)
    151. -T, --upload-file FILE Transfer FILE to destination
    152. --url URL URL to work with
    153. -B, --use-ascii Use ASCII/text transfer
    154. -u, --user USER[:PASSWORD] Server user and password
    155. --tlsuser USER TLS username
    156. --tlspassword STRING TLS password
    157. --tlsauthtype STRING TLS authentication type (default SRP)
    158. --unix-socket FILE Connect through this UNIX domain socket
    159. -A, --user-agent STRING User-Agent to send to server (H)
    160. -v, --verbose Make the operation more talkative
    161. -V, --version Show version number and quit
    162. -w, --write-out FORMAT What to output after completion
    163. --xattr Store metadata in extended file attributes
    164. -q If used as the first parameter disables .curlrc

    curl使用案例

    1. / curl www.baidu.com
    2. <!DOCTYPE html>
    3. <!--STATUS OK--><html> <head><meta http-equiv=content-type content=text/html;charset=utf-8><meta http-equiv=X-UA-Compatible content=IE=Edge><meta content=always name=referrer><link rel=stylesheet type=text/css href=http://s1.bdstatic.com/r/www/cache/bdorz/baidu.min.css><title>百度一下,你就知道</title></head> <body link=#0000cc> <div id=wrapper> <div id=head> <div class=head_wrapper> <div class=s_form> <div class=s_form_wrapper> <div id=lg> <img hidefocus=true src=//www.baidu.com/img/bd_logo1.png width=270 height=129> </div> <form id=form name=f action=//www.baidu.com/s class=fm> <input type=hidden name=bdorz_come value=1> <input type=hidden name=ie value=utf-8> <input type=hidden name=f value=8> <input type=hidden name=rsv_bp value=1> <input type=hidden name=rsv_idx value=1> <input type=hidden name=tn value=baidu><span class="bg s_ipt_wr"><input id=kw name=wd class=s_ipt value maxlength=255 autocomplete=off autofocus></span><span class="bg s_btn_wr"><input type=submit id=su value=百度一下 class="bg s_btn"></span> </form> </div> </div> <div id=u1> <a href=http://news.baidu.com name=tj_trnews class=mnav>新闻</a> <a href=http://www.hao123.com name=tj_trhao123 class=mnav>hao123</a> <a href=http://map.baidu.com name=tj_trmap class=mnav>地图</a> <a href=http://v.baidu.com name=tj_trvideo class=mnav>视频</a> <a href=http://tieba.baidu.com name=tj_trtieba class=mnav>贴吧</a> <noscript> <a href=http://www.baidu.com/bdorz/login.gif?login&amp;tpl=mn&amp;u=http%3A%2F%2Fwww.baidu.com%2f%3fbdorz_come%3d1 name=tj_login class=lb>登录</a> </noscript> <script>document.write('<a href="http://www.baidu.com/bdorz/login.gif?login&tpl=mn&u='+ encodeURIComponent(window.location.href+ (window.location.search === "" ? "?" : "&")+ "bdorz_come=1")+ '" name="tj_login" class="lb">登 录</a>');</script> <a href=//www.baidu.com/more/ name=tj_briicon class=bri style="display: block;">更多产品</a> </div> </div> </div> <div id=ftCon> <div id=ftConw> <p id=lh> <a href=http://home.baidu.com>关于百度</a> <a href=http://ir.baidu.com>About Baidu</a> </p> <p id=cp>&copy;2017&nbsp;Baidu&nbsp;<a href=http://www.baidu.com/duty/>使用百度前必读</a>&nbsp; <a href=http://jianyi.baidu.com/ class=cp-feedback>意见反馈</a>&nbsp;京ICP030173号&nbsp; <img src=//www.baidu.com/img/gs.gif> </p> </div> </div> </div> </body> </html>

    image.png

    发起 GET 请求

    curl https://api.github.com/users/octocat
    

    -A 指定 User-Agent 发起 GET 请求

    -A参数指定客户端的用户代理标头,即User-Agent。curl 的默认用户代理字符串是curl/[version]。

    $ curl -A 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36' https://google.com
    

    上面命令将User-Agent改成 Chrome 浏览器。

    $ curl -A '' https://google.com
    

    上面命令会移除User-Agent标头。

    -H 参数可以自定义Header直接指定标头,更改User-Agent

    $ curl -H 'User-Agent: php/1.0' https://google.com
    

    -b 参数用来向服务器发送 Cookie

    $ curl -b 'foo=bar' https://google.com
    

    上面命令会生成一个标头Cookie: foo=bar,向服务器发送一个名为foo、值为bar的 Cookie。

    $ curl -b 'foo1=bar' -b 'foo2=baz' https://google.com
    

    上面命令发送两个 Cookie。

    $ curl -b cookies.txt https://www.google.com
    

    上面命令读取本地文件cookies.txt,里面是服务器设置的 Cookie(参见-c参数),将其发送到服务器。

    -c 参数将服务器设置的 Cookie 写入一个文件。

    $ curl -c cookies.txt https://www.google.com
    

    上面命令将服务器的 HTTP 回应所设置 Cookie 写入文本文件cookies.txt。

    curl -b 'gt=octocat' https://api.github.com/users/octocat
    

    这个命令等同于

    curl -H 'Cookies:gt=octocat' https://api.github.com/users/octocat
    

    -d 参数用于发送 POST 请求的数据体。

    $ curl -d 'login=emma&password=123' -X POST https://google.com/login
    # 或者
    $ curl -d 'login=emma' -d 'password=123' -X POST  https://google.com/login
    

    使用-d参数以后,HTTP 请求会自动加上标头Content-Type : application/x-www-form-urlencoded。并且会自动将请求转为 POST 方法,因此可以省略-X POST

  • -d参数可以读取本地文本文件的数据,向服务器发送。

    $ curl -d '@data.txt' https://google.com/login
    

    上面命令读取data.txt文件的内容,作为数据体向服务器发送。

  • -d 命令会自带 Content-Type : application/x-www-form-urlencoded 的请求类型。

    curl -d'username=july' https://api.github.com/users/octocat
    

    设置 Referer 为 https://google.com

    curl -e 'https://google.com' https://api.github.com/users/octocat
    

    上传图片

    curl -F 'file=@photo.png;type=image/png' https://api.github.com/users/octocat
    

    打印 Response 返回的内容,包括 Header

    curl -i https://api.github.com/users/octocat
    

    打印 request 请求的信息,包括 Header

    curl -I https://api.github.com/users/octocat
    

    跳过 SSL 检测

    curl -k https://api.github.com/users/octocat
    

    模拟弱网请求,10K/s 请求

    curl --limit-rate 10k https://api.github.com/users/octocat
    

    输出通信的整个过程,用于调试

    curl -v https://api.github.com/users/octocat
    

    使用curl下载文件或网页

    如果在使用curl命令时没有任何带URL的选项,它就会读取文件并打印在终端屏幕上。要在Linux终端中使用curl命令下载文件,必须使用-O(大写O)选项:

    curl -O URL
    

    在Linux中,用curl下载多个文件是比较简单的。只需要指定多个URL:

    curl -O URL1 URL2 URL3
    

    下载文件并自定义文件名称

    curl不像wget那么简单。当wget将网页保存为index.html时,curl会抱怨远程文件没有网页名称。必须使用自定义名称保存文件。
    为下载的文件提供一个自定义的名称(而不是原始的源名称),则必须使用-o(小写O)选项:

    curl -o filename URL
    

    下载为下载文件指定保存路径

    curl -L PATH URL
    

    使用带有-c选项的curl恢复暂停的下载

    curl -c URL
    

--data-urlencode

--data-urlencode 参数等同于-d,发送 POST 请求的数据体,区别在于会自动将发送的数据进行 URL 编码。

$ curl --data-urlencode 'comment=hello world' https://google.com/login

上面代码中,发送的数据hello world之间有一个空格,需要进行 URL 编码。

-e 参数用来设置 HTTP 的标头Referer,表示请求的来源。

curl -e 'https://google.com?q=example' https://www.example.com

上面命令将Referer标头设为https://google.com?q=example

-H 参数可以通过直接添加标头Referer,达到同样效果。

curl -H 'Referer: https://google.com?q=example' https://www.example.com

-F 参数用来向服务器上传二进制文件。

$ curl -F 'file=@photo.png' https://google.com/profile

上面命令会给 HTTP 请求加上标头Content-Type: multipart/form-data,然后将文件photo.png作为file字段上传。

-F 参数可以指定 MIME 类型。

$ curl -F 'file=@photo.png;type=image/png' https://google.com/profile

上面命令指定 MIME 类型为image/png,否则 curl 会把 MIME 类型设为application/octet-stream。

-F 参数也可以指定文件名。

$ curl -F 'file=@photo.png;filename=me.png' https://google.com/profile

上面命令中,原始文件名为photo.png,但是服务器接收到的文件名为me.png。

-G 参数用来构造 URL 的查询字符串。

$ curl -G -d 'q=kitties' -d 'count=20' https://google.com/search

上面命令会发出一个 GET 请求,实际请求的 URL 为https://google.com/search?q=kitties&count=20。如果省略—G,会发出一个 POST 请求。
如果数据需要 URL 编码,可以结合--data--urlencode参数。

$ curl -G --data-urlencode 'comment=hello world' https://www.example.com

-H 参数添加 HTTP 请求的标头。

$ curl -H 'Accept-Language: en-US' https://google.com

上面命令添加 HTTP 标头Accept-Language: en-US

$ curl -H 'Accept-Language: en-US' -H 'Secret-Message: xyzzy' https://google.com

上面命令添加两个 HTTP 标头。

$ curl -d '{"login": "emma", "pass": "123"}' -H 'Content-Type: application/json' https://google.com/login

上面命令添加 HTTP 请求的标头是Content-Type: application/json,然后用-d参数发送 JSON 数据。

-i 参数打印出服务器回应的 HTTP 标头。

$ curl -i https://www.example.com

上面命令收到服务器回应后,先输出服务器回应的标头,然后空一行,再输出网页的源码。

-I 参数向服务器发出 HEAD 请求,然会将服务器返回的 HTTP 标头打印出来。

$ curl -I https://www.example.com

上面命令输出服务器对 HEAD 请求的回应。

--head 参数等同于-I。

$ curl --head https://www.example.com

-k 参数指定跳过 SSL 检测。

$ curl -k https://www.example.com

上面命令不会检查服务器的 SSL 证书是否正确。

-L 参数会让 HTTP 请求跟随服务器的重定向。curl 默认不跟随重定向。

$ curl -L -d 'tweet=hi' https://api.twitter.com/tweet

--limit-rate 用来限制 HTTP 请求和回应的带宽,模拟慢网速的环境。

$ curl --limit-rate 200k https://google.com

上面命令将带宽限制在每秒 200K 字节。

-o 参数将服务器的回应保存成文件,等同于wget命令。

$ curl -o example.html https://www.example.com

上面命令将www.example.com保存成example.html。

-O 参数将服务器回应保存成文件,并将 URL 的最后部分当作文件名。

$ curl -O https://www.example.com/foo/bar.html

上面命令将服务器回应保存成文件,文件名为bar.html。

-s 参数将不输出错误和进度信息。

$ curl -s https://www.example.com

上面命令一旦发生错误,不会显示错误信息。不发生错误的话,会正常显示运行结果。
如果想让 curl 不产生任何输出,可以使用下面的命令。

$ curl -s -o /dev/null https://google.com

-S 参数指定只输出错误信息,通常与-o一起使用。

$ curl -s -o /dev/null https://google.com

上面命令没有任何输出,除非发生错误。

-u 参数用来设置服务器认证的用户名和密码。

$ curl -u 'bob:12345' https://google.com/login

上面命令设置用户名为bob,密码为12345,然后将其转为 HTTP 标头Authorization: Basic Ym9iOjEyMzQ1
curl 能够识别 URL 里面的用户名和密码。

$ curl https://bob:12345@google.com/login

上面命令能够识别 URL 里面的用户名和密码,将其转为上个例子里面的 HTTP 标头。

$ curl -u 'bob' https://google.com/login

上面命令只设置了用户名,执行后,curl 会提示用户输入密码。

-v 参数输出通信的整个过程,用于调试。

$ curl -v https://www.example.com

--trace 参数也可以用于调试,还会输出原始的二进制数据。

$ curl --trace - https://www.example.com

-x 参数指定 HTTP 请求的代理。

$ curl -x socks5://james:cats@myproxy.com:8080 https://www.example.com

上面命令指定 HTTP 请求通过myproxy.com:8080的 socks5 代理发出。
如果没有指定代理协议,默认为 HTTP。

$ curl -x james:cats@myproxy.com:8080 https://www.example.com

上面命令中,请求的代理使用 HTTP 协议。

-X 参数指定 HTTP 请求的方法。

$ curl -X POST https://www.example.com