.. index:: pair: class; EE::Network::Ftp::ListingResponse .. _doxid-class_e_e_1_1_network_1_1_ftp_1_1_listing_response: class EE::Network::Ftp::ListingResponse ======================================= .. toctree:: :hidden: Overview ~~~~~~~~ Specialization of FTP response returning a filename lisiting. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class ListingResponse: public :ref:`EE::Network::Ftp::Response` { public: // construction :ref:`ListingResponse`(const :ref:`Response`& response, const std::string& data); // methods const std::vector& :ref:`getListing`() 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_listing_response: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Specialization of FTP response returning a filename lisiting. Construction ------------ .. index:: pair: function; ListingResponse .. _doxid-class_e_e_1_1_network_1_1_ftp_1_1_listing_response_1aad7621b84534aa89650bb21d8759e416: .. ref-code-block:: cpp :class: doxyrest-title-code-block ListingResponse(const :ref:`Response`& response, const std::string& data) Default constructor. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - response - Source response * - data - Data containing the raw listing Methods ------- .. index:: pair: function; getListing .. _doxid-class_e_e_1_1_network_1_1_ftp_1_1_listing_response_1a9ae3597076b1983810724327a37bb76f: .. ref-code-block:: cpp :class: doxyrest-title-code-block const std::vector& getListing() const Return the array of directory/file names. .. rubric:: Returns: Array containing the requested listing