MCPcopy Create free account
hub / github.com/HASwitchPlate/openHASP / dataConnected

Method dataConnected

lib/SimpleFTPServer/FtpServer.cpp:957–964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

955}
956
957bool FtpServer::dataConnected()
958{
959 if(data.connected()) return true;
960 data.stop();
961 client.println(F("426 Data connection closed. Transfer aborted"));
962 transferStage = FTP_Close;
963 return false;
964}
965
966bool FtpServer::openDir(FTP_DIR* pdir)
967{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected