ftp_login
int ftp_login(const char *, const char *, const char *);
(connected == 1 && !ftp_login(ui.host, auth.user, auth.pass))) {
(void)ftp_login(host, uuser, NULL);
(void)ftp_login(argv[1], NULL, NULL);