Home
last modified time | relevance | path

Searched refs:path (Results 151 – 175 of 373) sorted by relevance

12345678910>>...15

/curl/tests/data/
H A Dtest138227 ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER -J -D -
40 CWD path
H A Dtest138326 ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER -i -D %LOGDIR/heads%TEST…
39 CWD path
H A Dtest135642 ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O
55 CWD path
H A Dtest136342 ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -i
55 CWD path
H A Dtest135434 ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -i -D -
44 CWD path
H A Dtest37022 --etag-save with bad path - no transfer
H A Dtest150821 http://%HOSTIP:%NOLISTENPORT/path/%TESTNUMBER
H A Dtest41419 Set-Cookie: second=originaltoken; secure; path=/a
31 Set-Cookie: second=replacement; path=/a/b
H A Dtest135034 ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -D -
44 CWD path
H A Dtest135235 ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -J -D -
45 CWD path
H A Dtest110520 Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
21 Set-Cookie: partmatch=present; domain=.0.0.1; path=/;
H A Dtest138834 ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER -D -
47 CWD path
H A Dtest139234 ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -o %LOGDIR/download%TESTNUMBER -i -D -
47 CWD path
H A Dtest135334 ftp://%HOSTIP:%FTPPORT/path/file%TESTNUMBER -O -i -D %LOGDIR/heads%TESTNUMBER
44 CWD path
/curl/docs/libcurl/opts/
H A DCURLOPT_PROXY_CAINFO.md25 CURLOPT_PROXY_CAINFO - path to proxy Certificate Authority (CA) bundle
32 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROXY_CAINFO, char *path);
46 This option is by default set to the system path where libcurl's CA
H A DCURLOPT_WILDCARDMATCH.md43 ftp://example.com/some/path/*.txt
52 ftp://example.com/some/path/photo?.jpg
77 ftp://example.com/some/path/[a-z[:upper:]\\].jpg
/curl/lib/
H A Dhttp.h222 const char *path,
237 char *path; member
249 const char *path, size_t p_len);
H A Dftplistparser.h60 char *path; /* path to the directory, where we trying wildcard-match */ member
H A Dsmb.c374 char *path; member
715 if((strlen(req->path) + 1) > sizeof(msg.bytes)) in smb_send_open()
721 byte_count = strlen(req->path); in smb_send_open()
733 strcpy(msg.bytes, req->path); in smb_send_open()
1167 char *path; in smb_parse_url_path() local
1171 CURLcode result = Curl_urldecode(data->state.up.path, 0, &path, NULL, in smb_parse_url_path()
1177 smbc->share = strdup((*path == '/' || *path == '\\') ? path + 1 : path); in smb_parse_url_path()
1178 free(path); in smb_parse_url_path()
1196 req->path = slash; in smb_parse_url_path()
/curl/docs/cmdline-opts/
H A Dftp-method.md25 Do a single CWD operation for each path part in the given URL. For deep
30 Do no CWD at all. curl does SIZE, RETR, STOR etc and gives the full path to
/curl/tests/libtest/
H A Dlib1515.c119 char *path = URL; in test() local
135 "http://testserver.example.com:%s/%s%04d", port, path, i); in test()
/curl/src/
H A Dtool_doswin.h46 SANITIZEcode truncate_dryrun(const char *path, const size_t truncate_pos);
/curl/m4/
H A Dcurl-bearssl.m442 dnl check for lib first without setting any new path
62 dnl add the path and test again
94 dnl when shared libs were found in a path that the run-time
H A Dcurl-mbedtls.m442 dnl check for lib first without setting any new path
62 dnl add the path and test again
94 dnl when shared libs were found in a path that the run-time
/curl/tests/http/testenv/
H A Dcerts.py220 sub_store = CertStore(fpath=os.path.join(self._store.path, creds.name))
232 if not os.path.exists(self._store_dir):
237 def path(self) -> str: member in CertStore
276 chain_file = os.path.join(self._store_dir, f'{name}-{infix}.pem')
291 return os.path.join(self._store_dir, f'{name}{key_infix}.cert.pem')
295 return os.path.join(self._store_dir, f'{name}{key_infix}.pkey.pem')
298 return os.path.join(self._store_dir, f'{name}.pem')
315 if os.path.isfile(cert_file) and os.path.isfile(pkey_file):

Completed in 36 milliseconds

12345678910>>...15