Home
last modified time | relevance | path

Searched refs:filename (Results 51 – 75 of 242) sorted by relevance

12345678910

/curl/tests/data/
H A Dtest126823 filename argument looks like a flag
32 Warning: The filename argument '-k' looks like a flag.
H A Dtest137418 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
56 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
68 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
H A Dtest137518 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
56 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
68 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
H A Dtest109941 filename = an/invalid-file
46 filename = /%TESTNUMBER
H A Dtest134518 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
64 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
76 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
H A Dtest131564 Content-Disposition: attachment; filename="test%TESTNUMBER.txt"
70 Content-Disposition: attachment; filename="test%TESTNUMBER.txt"
76 Content-Disposition: attachment; filename="test%TESTNUMBER.txt"
H A Dtest134418 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
64 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
76 Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
H A Dtest65097 Content-Disposition: attachment; filename="test%TESTNUMBER.filedata"
103 Content-Disposition: attachment; filename="test%TESTNUMBER.filedata"
115 Content-Disposition: attachment; filename="test%TESTNUMBER.filedata"
181 Content-Disposition: attachment; filename="test%TESTNUMBER.filedata"
187 Content-Disposition: attachment; filename="test%TESTNUMBER.filedata"
199 Content-Disposition: attachment; filename="test%TESTNUMBER.filedata"
H A Dtest118733 …-from sender@example.com -F "=This is the mail text" -F '=File content;filename="strange\file\"na…
59 Content-Disposition: attachment; filename="strange\\file\"name"
H A Dtest131219 Content-Disposition: inline; filename="name%TESTNUMBER;weird"
37 HTTP GET with -J, Content-Disposition and ; in filename
/curl/tests/
H A Dgetpart.pm332 my ($filename, $arrayref)=@_;
334 open(my $temp, ">", "$filename") || die "Failure writing file";
346 my ($filename)=@_;
349 if (open(my $temp, "<", "$filename")) {
/curl/docs/examples/
H A Dhttp2-download.c143 char filename[128]; in setup() local
148 curl_msnprintf(filename, 128, "dl-%d", num); in setup()
150 t->out = fopen(filename, "wb"); in setup()
153 filename, strerror(errno)); in setup()
H A Dsftpget.c44 const char *filename; member
54 out->stream = fopen(out->filename, "wb"); in my_fwrite()
/curl/docs/cmdline-opts/
H A Dform.md31 a file, prefix the filename with an @ sign. To just get the content part from
32 a file, prefix the filename with the symbol \<. The difference between @ and
37 Read content from stdin instead of a file by using a single "-" as filename.
69 filename=, like this:
71 curl -F "file=@localfile;filename=nameinpost" example.com
73 If filename/path contains ',' or ';', it must be quoted by double-quotes like:
75 curl -F "file=@\"local,file\";filename=\"name;in;post\"" \
80 curl -F 'file=@"local,file";filename="name;in;post"' \
83 Note that if a filename/path is quoted by double-quotes, any double-quote
84 or backslash within the filename must be escaped by backslash.
H A Dpubkey.md7 Help: SSH Public key filename
19 Public key filename. Allows you to provide your public key in this separate
H A Dcookie-jar.md6 Arg: <filename>
8 Help: Save cookies to <filename> after operation
26 file uses the Netscape cookie file format. If you set the filename to a single
H A Dtrace.md24 descriptive information, in the given output file. Use `-` as filename to have
25 the output sent to stdout. Use `%` as filename to have the output sent to
/curl/tests/http/clients/
H A Dh2-serverpush.c163 char filename[128]; in server_push_callback() local
169 curl_msnprintf(filename, sizeof(filename)-1, "push%u", count++); in server_push_callback()
172 out = fopen(filename, "wb"); in server_push_callback()
/curl/src/
H A Dtool_util.c194 FILE *Curl_execpath(const char *filename, char **pathp) in Curl_execpath() argument
211 if(strlen(filename) < remaining - 1) { in Curl_execpath()
212 msnprintf(lastdirchar, remaining, "%s%s", DIR_CHAR, filename); in Curl_execpath()
H A Dtool_parsecfg.h28 int parseconfig(const char *filename, struct GlobalConfig *config);
H A Dtool_stderr.h30 void tool_set_stderr_file(struct GlobalConfig *global, char *filename);
/curl/docs/libcurl/opts/
H A DCURLOPT_ALTSVC.md19 CURLOPT_ALTSVC - alt-svc cache filename
26 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_ALTSVC, char *filename);
31 Pass in a pointer to a *filename* to instruct libcurl to use that file as
36 Specify a blank filename ("") to make libcurl not load from a file at all.
H A DCURLOPT_COOKIEJAR.md18 CURLOPT_COOKIEJAR - filename to store cookies to
25 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_COOKIEJAR, char *filename);
30 Pass a *filename* as a char *, null-terminated. This makes libcurl write all
33 Specify "-" as filename to instead have the cookies written to stdout. Using
/curl/lib/
H A Dfopen.h27 CURLcode Curl_fopen(struct Curl_easy *data, const char *filename,
H A Dnetrc.h32 char **passwordp, char *filename);

Completed in 29 milliseconds

12345678910