函式:ftp_login() |
ftp_login登入 FTP 伺服器。 语法: boolean ftp_login(int ftp_stream, string username, string password); 传回值: 布林值 函式种类: 网路系统
本函式可登入已连结的 FTP 伺服器。参数 ftp_stream 为 FTP 的连线代码。参数 username 及 password 分别为伺服器的使用者帐号及密码,通常 anonymous 为公开的使用帐号,密码则为 Email。成功则传回 true 值。
|