Made Ftp::sendCommand() public

This commit is contained in:
Jan Haller 2014-03-28 13:38:19 +01:00
parent f9233e792b
commit 2c5cab5454

View File

@ -483,8 +483,6 @@ public :
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
Response upload(const std::string& localFile, const std::string& remotePath, TransferMode mode = Binary); Response upload(const std::string& localFile, const std::string& remotePath, TransferMode mode = Binary);
private :
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \brief Send a command to the FTP server /// \brief Send a command to the FTP server
/// ///
@ -496,6 +494,8 @@ private :
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
Response sendCommand(const std::string& command, const std::string& parameter = ""); Response sendCommand(const std::string& command, const std::string& parameter = "");
private:
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// \brief Receive a response from the server /// \brief Receive a response from the server
/// ///