输出 -o file--output file 将返回内容输出到文件。如果是用过通配符获取多个url,可以使用“#”后跟“数字序号”,curl会自动将它替换对应的关键词,如: curl "aiezu.com/{a,b}.txt" -o "#1.txt"; 将保存为:“a.txt”,“b.txt”; curl "aiezu.com/{a,b}_[1-3].txt" -o "#1#2.txt"; 将保...
--stderr <file>-t/--telnet-option <OPT=val>Telnet选项设置 --trace <file>对指定文件进行debug --trace-ascii <file>Like --跟踪但没有hex输出 --trace-time跟踪/详细输出时,添加时间戳 -T/--upload-file <file>上传文件 --url <URL>Spet URL to work with-u/--user <user[:password]>设置服...
一,curl命令參数,有好多我没实用过,也不知道翻译的对不正确,假设有误的地方,还请指正。 -a/--append 上传文件时,附加到目标文件 -A/--user-agent <string> 设置用户代理发送给server - anyauth 能够使用“不论什么”身份验证方法 -b/--cookie <name=string/file> cookie字符串或文件读取位置 - basic 使用...
–max-filesize:设置最大下载的文件总量 -M/–manual:显示全手动 -n/–netrc:从netrc文件中读取用户名和密码 –netrc-optional:使用 .netrc 或者 URL来覆盖-n –ntlm:使用 HTTP NTLM 身份验证 -N/–no-buffer:禁用缓冲输出 -o/–output:把输出写到该文件中 -O/–remote-name:把输出写到该文件中,保留远程...
--max-filesize <bytes> 设置最大下载的文件总量 -M/--manual 显示全手动 -n/--netrc 从netrc文件中读取用户名和密码 --netrc-optional 使用 .netrc 或者 URL来覆盖-n --ntlm 使用 HTTP NTLM 身份验证 -N/--no-buffer 禁用缓冲输出 -o/--output 把输出写到该文件中 ...
--max-filesize 设置最大下载的文件总量 -M/--manual 显示全手动 -n/--netrc 从netrc文件中读取用户名和密码 --netrc-optional 使用 .netrc 或者 URL来覆盖-n --ntlm 使用 HTTP NTLM 身份验证 -N/--no-buffer 禁用缓冲输出 -o/--output 把输出写到该文件中 ...
--max-filesize <bytes> 设置最大下载的文件总量 -M/--manual 显示全手动 -n/--netrc 从netrc文件中读取用户名和密码 --netrc-optional 使用 .netrc 或者 URL来覆盖-n --ntlm 使用 HTTP NTLM 身份验证 -N/--no-buffer 禁用缓冲输出 -o/--output 把输出写到该文件中 ...
-D, --dump-header FILE Write the headers to this file --egd-file FILE EGD socket path for random data (SSL) --engine ENGINGE Crypto engine (SSL). "--engine list" for list -f, --fail Fail silently (no output at all) on HTTP errors (H) ...
-a/--append上传⽂件时,附加到⽬标⽂件 -A/--user-agent <string>设置⽤户代理发送给服务器 -anyauth可以使⽤“任何”⾝份验证⽅法 -b/--cookie <name=string/>cookie字符串或⽂件读取位置 --basic使⽤HTTP基本验证 -B/--use-ascii使⽤ASCII /⽂本传输 -c/--cookie-jar <file>...
-o/--output 把输出写到该文件中 -O/--remote-name 把输出写到该文件中,保留远程文件的文件名 -r/--range 检索来自HTTP/1.1或FTP服务器字节范围 -s/--silent 静音模式。不输出任何东西 -T/--upload-file 上传文件 -u/--user -w/--write-out [format] 什么输出完成后 ...