--egd-file <file> EGD socket path for random data --engine <name> Crypto engine to use --etag-save <file> Get an ETag from response header and save it to a FILE --etag-compare <file> Get an ETag from a file and send a conditional request --expect100-timeout <seconds> How long...
-D, --dump-header <filename> Write the received headers to <filename> --egd-file <file> EGD socket path for random data --engine <name> Crypto engine to use --etag-save <file> Get an ETag from response header and save it to a FILE --etag-compare <file> Get an ETag from a f...
--egd-file<file> EGD socket pathforrandom data--engine <name>Crypto engine to use--etag-save <file>Get an ETag from response header and save it to a FILE--etag-compare <file> Get an ETag from afileand send a conditional request--expect100-timeout <seconds> Howlongtowaitfor100-continue...
# 调试类-v,--verbose 输出信息-q,--disable 在第一个参数位置设置后.curlrc 的设置直接失效,这个参数会影响到-K,--config-A,--user-agent-e,--referer-K,--configFILE指定配置文件-L,--location跟踪重定向(H) #CLI显示设置-s,--silent Silent模式。不输出任务内容-S,--show-error 显示错误.在选...
0 proxy on given port -p, --proxytunnel Operate through a HTTP proxy tunnel (using CONNECT) --pubkey KEY Public key file name (SSH) -Q, --quote CMD Send command(s) to server before transfer (F/SFTP) --random-file FILE File for reading random data from (SSL) -r...
-K, --config <file> Read config from a file --connect-timeout <seconds> Maximum time allowedforconnection --connect-to <HOST1:PORT1:HOST2:PORT2> Connect to host -C, --continue-at <offset> Resumed transfer offset -b, --cookie <data> Send cookies from string/file ...
I need to make a POST request via cURL from the command line. Data for this request is located in a file. I know that via PUT this could be done with the --upload-file option. curl host:port/post-file -H "Content-Type: text/xml" --data "contents_of_file" http curl http-post...
curl is a tool to transfer data from or to a server, using one of the supportedprotocols(DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP). The command is designed to work wit...
I'm writing an API and I'm wanting to handle file uploads from a form POST. The markup for the form is nothing too complex:<form action="" method="post" enctype="multipart/form-data"> <fieldset> <input type="file" name="image" id="image" /> <input type="submit" name="upload...