.\" This manual page was generated from the file FtpLogin.html. .TH FtpLogin 3 "06 November 1997" FTPlib .SH NAME FtpLogin \- Login to remote system. .SH "SYNOPSIS" .B "#include " .br .sp .BI "int FtpLogin(const char *" user ", const char *" pass ", " .RS .BI "netbuf *" nControl ");" .SH "PARAMETERS" .TP .B "user" Specifies the username. .TP .B "pass" Specifies the password. .TP .B "nControl" A handle returned by FtpConnect(). .SH "DESCRIPTION" .LP FtpLogin() attempts to login to the remote system with the supplied username and password. .SH "RETURN VALUE" .LP Returns 1 if successful or 0 on error.