Home
last modified time | relevance | path

Searched refs:path (Results 201 – 225 of 373) sorted by relevance

12345678910>>...15

/curl/docs/libcurl/opts/
H A DCURLOPT_QUOTE.md52 The path arguments for FTP or SFTP can use single or double quotes to
54 path. e.g. rename with sftp using a quote command like this:
100 The **pwd** command returns the absolute path of the current working
106 operand to the destination path named by the target operand.
/curl/lib/
H A Dcurl_addrinfo.c467 struct Curl_addrinfo *Curl_unix2addr(const char *path, bool *longpath, in Curl_unix2addr() argument
485 path_len = strlen(path) + 1; in Curl_unix2addr()
499 memcpy(sa_un->sun_path + 1, path, path_len - 1); in Curl_unix2addr()
501 memcpy(sa_un->sun_path, path, path_len); /* copy NUL byte */ in Curl_unix2addr()
H A Dconfig-win32ce.h301 extern int stat(const char *path, struct stat *buffer);
H A Dldap.c853 char *path; in _ldap_url_parse2() local
859 !data->state.up.path || in _ldap_url_parse2()
860 data->state.up.path[0] != '/' || in _ldap_url_parse2()
869 p = path = strdup(data->state.up.path + 1); in _ldap_url_parse2()
870 if(!path) in _ldap_url_parse2()
877 free(path); in _ldap_url_parse2()
1058 free(path); in _ldap_url_parse2()
/curl/tests/data/
H A Dtest20682 http://test.remote.haxx.se.%TESTNUMBER:8990/path/%TESTNUMBER0002 --proxy http://%HOSTIP:%HTTPPORT -…
100 GET /path/%TESTNUMBER0002 HTTP/1.1
H A Dtest207224 file:// with unix path resolution behavior for the case of extra slashes
H A Dtest36929 --etag-save with bad path then working transfer
H A Dtest42530 HTTP PUT with path ending with slash + query
H A Dtest114332 # Needed for MSYS2 to not treat the argument as a POSIX path list
H A Dtest11102 # Test that the fragment is not send as part of the path
H A Dtest11112 # Test that no fragment is not send as part of the path
H A Dtest65934 CURLOPT_CURLU without the path set - over proxy
H A Dtest129835 HTTP GET special path with --request-target
H A Dtest73234 IPFS with path
H A Dtest73034 IPFS arg gateway with path
/curl/tests/http/
H A Dtest_14_auth.py111 fdata = os.path.join(env.gen_dir, 'data-10m')
130 fdata = os.path.join(env.gen_dir, 'data-10m')
H A Dtest_10_proxy.py43 push_dir = os.path.join(httpd.docs_dir, 'push')
44 if not os.path.exists(push_dir):
99 srcfile = os.path.join(httpd.docs_dir, fname)
163 srcfile = os.path.join(httpd.docs_dir, 'data.json')
191 srcfile = os.path.join(httpd.docs_dir, fname)
212 srcfile = os.path.join(httpd.docs_dir, fname)
/curl/docs/cmdline-opts/
H A Dcacert.md26 and the TLS backend is not Schannel, and uses the given path as a path to a CA
H A Drandom-file.md21 Specify the path name to file containing random data. The data may be used to
/curl/
H A Dmaketgz117 path="$part/$file"
118 if [ -x "$path" ]; then
/curl/lib/vssh/
H A Dlibssh2.c1518 sshp->path); in ssh_statemach_act()
2040 if(sshp->path[strlen(sshp->path)-1] == '/') in ssh_statemach_act()
2091 libssh2_sftp_open_ex(sshc->sftp_session, sshp->path, in ssh_statemach_act()
2121 (strlen(sshp->path) > 1))) { in ssh_statemach_act()
2232 if(strlen(sshp->path) > 1) { in ssh_statemach_act()
2246 infof(data, "Creating directory '%s'", sshp->path); in ssh_statemach_act()
2295 sshp->path, in ssh_statemach_act()
2464 libssh2_sftp_open_ex(sshc->sftp_session, sshp->path, in ssh_statemach_act()
2638 Curl_safefree(sshp->path); in ssh_statemach_act()
2789 sshp->path, &sb); in ssh_statemach_act()
[all …]
/curl/m4/
H A Dxc-val-flgs.m4105 -L* | --library-path=*)
121 -L* | --library-path=*)
153 -L* | --library-path=*)
178 -L* | --library-path=*)
H A Dcurl-rustls.m446 dnl use pkg-config unless we have been given a path
51 dnl --with-rustls (without path) used
56 dnl check the provided --with-rustls path
165 dnl when shared libs were found in a path that the run-time
/curl/tests/
H A Dsshserver.pl99 my $path = getcwd(); # current working directory
100 my $logdir = $path .'/log'; # directory for log files
167 $pidfile = "$path/". $ARGV[1];
173 $logdir = "$path/". $ARGV[1];
204 $piddir = $path;
/curl/.github/workflows/
H A Dosslq-linux.yml100 path: /home/runner/openssl3
119 path: /home/runner/quictls
128 path: /home/runner/quictls
152 path: /home/runner/nghttp3
195 path: /home/runner/mod_h2

Completed in 63 milliseconds

12345678910>>...15