.. index:: pair: class; EE::Network::Ftp::DirectoryResponse .. _doxid-class_e_e_1_1_network_1_1_ftp_1_1_directory_response: class EE::Network::Ftp::DirectoryResponse ========================================= .. toctree:: :hidden: Overview ~~~~~~~~ Specialization of FTP response returning a directory. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class DirectoryResponse: public :ref:`EE::Network::Ftp::Response` { public: // construction :ref:`DirectoryResponse`(const :ref:`Response`& response); // methods const std::string& :ref:`getDirectory`() const; }; Inherited Members ----------------- .. ref-code-block:: cpp :class: doxyrest-overview-inherited-code-block public: // enums enum :ref:`Status`; // methods bool :ref:`isOk`() const; :ref:`Status` :ref:`getStatus`() const; const std::string& :ref:`getMessage`() const; .. _details-class_e_e_1_1_network_1_1_ftp_1_1_directory_response: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Specialization of FTP response returning a directory. Construction ------------ .. index:: pair: function; DirectoryResponse .. _doxid-class_e_e_1_1_network_1_1_ftp_1_1_directory_response_1a7fda4fef3f5714c0bd3a75e42000e056: .. ref-code-block:: cpp :class: doxyrest-title-code-block DirectoryResponse(const :ref:`Response`& response) Default constructor. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - response - Source response Methods ------- .. index:: pair: function; getDirectory .. _doxid-class_e_e_1_1_network_1_1_ftp_1_1_directory_response_1a84aef4dcf256c0d823e310542d6d629f: .. ref-code-block:: cpp :class: doxyrest-title-code-block const std::string& getDirectory() const Get the directory returned in the response. .. rubric:: Returns: Directory name