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

/freebsd-12-stable/contrib/tnftp/src/
H A Dextern.h134 int ftp_login(const char *, const char *, const char *);
H A Dutil.c168 (void)ftp_login(argv[1], NULL, NULL);
379 ftp_login(const char *host, const char *luser, const char *lpass) function
394 DPRINTF("ftp_login: user `%s' pass `%s' host `%s'\n",
H A Dmain.c569 (void)ftp_login(host, uuser, NULL);
H A Dfetch.c1510 /* don't autologin in setpeer(), use ftp_login() below */
1515 (connected == 1 && !ftp_login(host, uuser, pass))) {

Completed in 111 milliseconds