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

Method FtpServer

lib/SimpleFTPServer/FtpServer.cpp:50–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48#include <FtpServer.h>
49
50FtpServer::FtpServer(uint16_t _cmdPort, uint16_t _pasvPort) : ftpServer(_cmdPort), dataServer(_pasvPort)
51{
52 cmdPort = _cmdPort;
53 pasvPort = _pasvPort;
54
55 millisDelay = 0;
56 nbMatch = 0;
57 iCL = 0;
58
59 iniVariables();
60}
61
62void FtpServer::end()
63{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected