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

Method login

src/SFML/Network/Ftp.cpp:186–189  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

184
185////////////////////////////////////////////////////////////
186Ftp::Response Ftp::login()
187{
188 return login("anonymous", "user@sfml-dev.org");
189}
190
191
192////////////////////////////////////////////////////////////

Callers 2

mainFunction · 0.45
mainFunction · 0.45

Calls 1

isOkMethod · 0.45

Tested by

no test coverage detected