Searched refs:fetch_url (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dfetch.c98 static int fetch_url(const char *, const char *, char *, char *);
481 fetch_url(const char *url, const char *proxyenv, char *proxyauth, char *wwwauth) function
1032 rval = fetch_url(url, location,
1080 rval = fetch_url(url, proxyenv,
1653 * "host:path", "ftp://host/path" if $ftpproxy, call fetch_url() else
1655 * "http://host/path" call fetch_url() to use HTTP
1656 * "file:///path" call fetch_url() to copy
1707 return (fetch_url(url, NULL, NULL, NULL));
1711 * If ftpproxy is set with an FTP URL, use fetch_url()
1716 return (fetch_url(ur
[all...]

Completed in 63 milliseconds