PHP Manual
Prev
Next
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.
Prev
Home
Next
ftp_connect
Up
ftp_pwd