打开 FTP 链接。
语法: int ftp_connect(string host, int [port]);
返回值: 整数
函数种类: 网络系统
本函数可打开 FTP 服务器的链接。参数 host 为 FTP 服务器的网址。参数 port 通常省略,若 FTP 服务器的埠号 (port) 不是 21 时才需要加本参数。若无错误则返回连接代码,失败则返回 false 值。
ftp_quit()