MCPcopy Create free account
hub / github.com/SFML/SFML / disconnect

Method disconnect

src/SFML/Network/Ftp.cpp:204–212  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

202
203////////////////////////////////////////////////////////////
204Ftp::Response Ftp::disconnect()
205{
206 // Send the exit command
207 Response response = sendCommand("QUIT");
208 if (response.isOk())
209 m_commandSocket.disconnect();
210
211 return response;
212}
213
214
215////////////////////////////////////////////////////////////

Callers 8

sendRequestMethod · 0.45
receiveMethod · 0.45
sendMethod · 0.45
onStopMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

isOkMethod · 0.45

Tested by

no test coverage detected