验证是否登录
bool Core_Ftp::_is_conn( )
bool
protected function _is_conn() { if (!is_resource($this->_conn_id)) { if (IS_DEBUG) { Core::debug()->error(__('ftp no connection')); } return false; } return true; }