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

/freebsd-9.3-release/contrib/tnftp/src/
H A Dfetch.c90 static int fetch_ftp(const char *);
537 rval = fetch_ftp(url);
561 rval = fetch_ftp(url);
652 rval = fetch_ftp(url);
1370 fetch_ftp(const char *url) function
1382 DPRINTF("fetch_ftp: `%s'\n", url);
1480 DPRINTF("fetch_ftp: user `%s' pass `%s' host %s port %s "
1529 errx(1, "fetch_ftp: unknown transfer type %d", transtype);
1611 DPRINTF("fetch_ftp: dir `%s', nextpart `%s'\n",
1701 * call fetch_ftp()
[all...]

Completed in 106 milliseconds