Error: #<Curl::Err::ReadError: Failed to open/read local data from file/application> C:/Users/jackting/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/lib/curl/easy.rb:73:in perform' C:/Users/jackting/AppData/Roaming/SketchUp/SketchUp 2016/SketchUp/Plugins/main/api.rb:115:inhttp_p...
--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...
--crlfile <file> Get a CRL listinPEM format from the given file -d, --data <data> HTTP POST data --data-ascii <data> HTTP POST ASCII data --data-binary <data> HTTP POST binary data --data-raw <data> HTTP POST data,'@'allowed --data-urlencode <data> HTTP POST data url encod...
0 HOST[:PORT] Use HTTP/1.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 ...
--pubkey <key> SSH Public key file name -Q, --quote Send command(s) to server before transfer --random-file <file> File for reading random data from -r, --range <range> Retrieve only the bytes within RANGE --raw Do HTTP "raw"; no transfer decoding ...
在curl中,我们也可以提交一个文件,可以使用–data-binary选项来指定一个文件: $ curl --data-binary @filename http://example.com 1. 转化成一个GET 使用-G或-get选项,可以把一个POST请求转化成一个GET请求。如果有-d选项指定的参数,那么curl就会把-d后面的数据添加到URL的后面,用?连接。比如: ...
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and
b,--cookieSTRING/FILERead cookiesfromSTRING/FILE(H)-c,--cookie-jarFILEWrite cookies toFILEafteroperation(H)--create-dirs Create necessary local directory hierarchy--crlf ConvertLFtoCRLFinupload--crlfileFILEGet aCRLlistinPEMformat from the given file-d,--dataDATAHTTPPOSTdata(H)--data-rawDATA...
(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, --range RANGE Retrieve only the bytes within a range --raw Do HTTP "raw", without any ...
Curl Manual curl(1) NAME curl - transfer a URL SYNOPSIS curl [options] [URL...] DESCRIPTION curl is a tool to transfer data from or to a server, using one of the supported protocols (DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RT...