--keepalive-time <seconds> Interval time for keepalive probes --key <key> Private key file name --key-type <type> Private key file type (DER/PEM/ENG) --krb <level> Enable Kerberos with security <level> --libcurl <file> Dump libcurl equivalent code of this command line --limit-rate ...
-F, --form CONTENT Specify HTTP multipart POST data(H)--form-string STRING Specify HTTP multipart POST data(H)--ftp-account DATA Account data string(F)--ftp-alternative-to-user COMMAND String to replace"USER [name]"(F)--ftp-create-dirs Create the remotedirsifnot present(F)--ftp-method...
-O, --remote-name Write output to a file named as the remote file --remote-name-all Use the remote file nameforall URLs -R, --remote-time Set the remote file's time on the local output -X, --request COMMAND Specify request command to use --resolve HOST:PORT:ADDRESS Force resolve ...
它可以与各种协议进行通信,如HTTP、HTTPS、FTP等,并支持各种操作,如下载文件、发送请求、测试API等。本文将从基础开始,介绍curl命令的基本用法,然后深入探讨其高级功能和实用技巧。 curl简介 curl 是常用的命令行工具,用来请求 Web 服务器。它的名字就是命令行(commandline)的 URL 工具的意思,它非常强大,拥有很多参...
(F)--ftp-alternative-to-userCOMMANDString to replace"USER [name]"(F)--ftp-create-dirs Create the remote dirsifnotpresent(F)--ftp-method[MULTICWD/NOCWD/SINGLECWD]ControlCWDusage(F)--ftp-pasv UsePASV/EPSVinsteadofPORT(F)-P,--ftp-portADRUsePORTwithgiven address insteadofPASV(F)--ftp-...
--libcurl <file>Dump libcurl equivalent code of this command line--limit-rate <speed>Limit transfer speed to RATE-l, --list-only List only mode--local-port <num/range> Force use of RANGEforlocal port numbers-L, --location Follow redirects--location-trusted Like --location, and send auth...
-X <command> 指定请求方法,不带任何参数的请求默认get方法 -s Silent mode 无声模式 -S Show error even when -s is used 即使使用 -s 也打印错误 -i 打印服务器回应的http标头 -I 只打印标头 -k 使用ssl时,允许不安全的服务器连接。跳过ssl检测 ...
它的名字就是客户端(client)的 URL 工具的意思(command line tool and library for transferring data with URLs)。它的功能非常强大,命令行参数多达几十种。如能熟练使用,可以在很多应用场景下,发挥巨大的价值。本篇文章,就跟大家一起探讨下 curl 以及关于它的那些妙用。
--ftp-alternative-to-user <command>:FTP,如果与用户的身份验证和PASS命令失败,则发送此命令,当使用客户端证书通过FTPS连接到Tumbleweed的安全传输服务器时,使用SITE AUTH将告诉服务器从证书中检索用户名,在7.15.5增加。 --ftp-create-dirs:FTP/SFTP,当FTP或sftp url/操作使用服务器上当前不存在的路径时,curl...
This command line option will activate the cookie engine that makescurlrecord and use cookies. Another way to activate it is to use the-b/--cookie option. NOTE:If the cookie jar can't be created or written to, the whole curl operation won't fail or even report an error. If-vis speci...