Searched refs:preproxy (Results 1 – 13 of 13) sorted by relevance
48 FTP fetch with --preproxy, --proxy and --connect-to51 …ect.example.com.715:%FTPPORT --proxytunnel --proxy %HOSTIP:%PROXYPORT --preproxy socks5://%HOSTIP:…
56 …connect-to ::connect.example.com.2055:%HTTPPORT -x %HOSTIP:%PROXYPORT --preproxy socks5://%HOSTIP:…
15 Since 7.52.0, --preproxy can be used to specify a SOCKS proxy at the same time
1 Long: preproxy
109 preproxy.d \
199 char *preproxy; member
158 Curl_safefree(config->preproxy); in free_config_fields()
892 if(config->preproxy) in operate_do()893 my_setopt_str(curl, CURLOPT_PRE_PROXY, config->preproxy); in operate_do()
2096 GetStr(&config->preproxy, nextarg); in getparameter()
1499 + --preproxy'[\[protocol://\]host\[:port\] Use this proxy first]' \1514 - --preproxy'[Use this proxy first]':'[protocol://]host[:port]' \