Home
last modified time | relevance | path

Searched refs:ftpproxy (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/usr.bin/ftp/
H A Dfetch.c1252 char *ftpproxy, *httpproxy; in auto_fetch() local
1268 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()