Searched refs:ftpproxy (Results 1 – 1 of 1) sorted by relevance
1252 char *ftpproxy, *httpproxy; in auto_fetch() local1268 if ((ftpproxy = getenv(FTP_PROXY)) != NULL && *ftpproxy == '\0') in auto_fetch()1269 ftpproxy = NULL; in auto_fetch()1321 if (ftpproxy) { in auto_fetch()1322 if (url_get(url, ftpproxy, outfile, lastfile) == -1) in auto_fetch()