示例:curl --config file.txt https://example.com file.txt内容如下:# --- Example file ---# this is a commenturl ="example.com"output ="curlhere.html"user-agent ="superagent/1.0"# and fetch another URL toourl ="example.com/docs/manpage.html"-O referer ="http://nowhereatall.example...
-T file--upload-file file通过“put”的方式将文件传输到远程网址;选项参数只使用字符"-",将通过stdin读入文件内容;如:cat test.txt|curl "http://aiezu.com/a.php" -T - curl "http://aiezu.com/a.php" -T - <test.txt此参数也可以使用通配符:curl -T "{file1,file2}"http://aiezu.comcurl...
--K/--config <config file>为 curl 命令指定一个配置文件,curl 会从该文件中读取内容并作为自己的运行参数。 默认的配置文件是 ~/.curlrc。当 <config file> 的内容被写成符号 - 时,curl 会从 stdin 读取配置。 配置文件每一行只能写一个参数;支持使用符号 \ 对字符进行转义;如果内容中含有空格,需用引号...
curl-config(1) curl(1) cut(1) cut(1g) cvs(1) cvt(1) cxpm(1) date(1) date(1g) dbilogstrip(1) dbiprof(1) dbiproxy(1) dbmmanage(1) dc(1) dd(1g) deallocate(1) decrypt(1) decryptdir(1) delta(1) deroff(1) df(1B) df(1g) dhcpinfo(1) diameter_compile(1) diff(1) diff...
-K/--config <file>从指定的文件中读取选项curl -K curl.options 192.168.41.203 L -L/--location跟随服务器的重定向(H)curl -L 192.168.41.148 -v --limit-rate <speed>限制请求和响应的带宽,模拟慢网速的环境curl --limit-rate 100k 192.168.41.203 #将带宽限制在每秒 200K 字节(单位还有 m/g) ...
--config FILE 指定配置文件--connect-timeout SECONDS 连接超时设置 --continue-at OFFSET 断点续转 -f/--fail 连接失败时不显示http错误 -F, --form CONTENT 模拟 HTTP 表单数据提交(multipart POST) (H) --form-string STRING 模拟 HTTP 表单数据提交 (H) ...
在CURL 命令行中,使用 -x 或 --proxy 选项指定代理服务器的地址和端口号。例如,要使用 IP 地址为 xxx.xxx.xxx.xxx,端口号为 aaaa 的代理服务器,可以使用以下命令: 代码语言:javascript 复制 ```curl -x xxx.xxx.xxx.xxx:aaaa http://www.qq.com``` ...
如果选项过多,导致命令很难输入,或者超过了系统命令最大长度的限制,我们可以使用配置文件(config file)来指定curl的选项。 通过使用-K或--config选项来告诉curl从指定的文件中读取选项,比如: $ curl -K curl.options http://example.com 在文件curl.options中,列出所有需要的选项: ...
-T/--upload-file <file> 上传文件 -u/--user <user[:password]> 设置服务器的用户和密码 -w/--write-out [format] 什么输出完成后 -x/--proxy <host[:port]> 在给定的端口上使用HTTP代理 -#/--progress-bar 进度条显示当前的传送状态
-K/–config:指定的配置文件读取 -l/–list-only:列出ftp目录下的文件名称 –limit-rate:设置传输速度 –local-port:强制使用本地端口号 -m/–max-time:设置最大传输时间 –max-redirs:设置最大读取的目录数 –max-filesize:设置最大下载的文件总量 ...