ftp_login

ftp_login -- Logs in an FTP connection

Description

int ftp_login(int ftp_stream, string username, string password);

Returns true on success, false on error.

Logs in the given FTP stream.