选择语言 :

 Core_Ftp::_login

登录FTP

bool Core_Ftp::_login( )
返回值
  • bool
File: ./core/classes/ftp.class.php
protected function _login()
{
	return @ftp_login($this->_conn_id, $this->username, $this->password);
}