mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 22:31:09 +08:00
Made Ftp::sendCommand() public
This commit is contained in:
parent
f9233e792b
commit
2c5cab5454
@ -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
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user