Searched refs:noproxy (Results 1 – 15 of 15) sorted by relevance
7 noproxy30 noproxy setting together with socks proxy34 http://user:secret@%HOSTIP:%HTTPPORT/ulion/1212 --socks5 non-existing-host.haxx.se:1080 --noproxy %…
57 curl --noproxy '*' -s -g "ftp://${server_ipaddr}/${filename}" \64 out=$(curl --noproxy '*' -sS -g "ftp://$server_ipaddr/$filename" -o /dev/null \
68 curl -s --noproxy '*' -u anonymous:ftp@ltp-ns.org -T $filename \76 out=$(curl --noproxy '*' -sS -u anonymous:ftp@ltp-ns.org -T $filename \
39 out=$(curl --noproxy '*' -sS -g "ftp://$server_ipaddr/$filename" -o /dev/null \
50 out=$(curl --noproxy '*' -sS -u anonymous:ftp@ltp-ns.org -T $filename \
59 curl --noproxy '*' -s -g "http://$server_ipaddr/$filename" \65 out=$(curl --noproxy '*' -sS -g "http://$server_ipaddr/$filename" -o /dev/null \
41 out=$(curl --noproxy '*' -sS -g "http://$server_ipaddr/$filename" -o /dev/null \
1 Long: noproxy
87 char *noproxy; member
82 Curl_safefree(config->noproxy); in free_config_fields()
941 GetStr(&config->noproxy, nextarg); in getparameter()
895 my_setopt_str(curl, CURLOPT_NOPROXY, config->noproxy); in operate_do()
61 test "x$1" != "xno" || swig_shadow=" -noproxy"
163 curl --noproxy localhost,get.this -x my-proxy:888 http://www.get.this/
1226 - Alexander Beedie provided the patch for a noproxy problem: If I have set2019 - Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option.