登录FTP
bool Core_Ftp::_login( )
bool
protected function _login() { return @ftp_login($this->_conn_id, $this->username, $this->password); }