ESP3D  3.0
Firmware for ESP boards connected to 3D Printer
FtpServer Class Reference

#include <FtpServer.h>

Public Member Functions

 FtpServer ()
 
 ~FtpServer ()
 
bool begin ()
 
void handle ()
 
void end ()
 
bool started ()
 
uint16_t ctrlport ()
 
uint16_t datapassiveport ()
 
uint16_t dataactiveport ()
 
void closeClient ()
 
bool isConnected ()
 
const char * clientIPAddress ()
 
bool isUser (const char *user)
 
bool isPassword (const char *password)
 

Detailed Description

Definition at line 73 of file FtpServer.h.

Constructor & Destructor Documentation

◆ FtpServer()

FtpServer::FtpServer ( )

Definition at line 128 of file FtpServer.cpp.

◆ ~FtpServer()

FtpServer::~FtpServer ( )

Definition at line 138 of file FtpServer.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ begin()

bool FtpServer::begin ( )

Definition at line 175 of file FtpServer.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ clientIPAddress()

const char * FtpServer::clientIPAddress ( )

Definition at line 160 of file FtpServer.cpp.

Here is the caller graph for this function:

◆ closeClient()

void FtpServer::closeClient ( )

Definition at line 118 of file FtpServer.cpp.

Here is the caller graph for this function:

◆ ctrlport()

uint16_t FtpServer::ctrlport ( )
inline

Definition at line 82 of file FtpServer.h.

Here is the caller graph for this function:

◆ dataactiveport()

uint16_t FtpServer::dataactiveport ( )
inline

Definition at line 90 of file FtpServer.h.

Here is the caller graph for this function:

◆ datapassiveport()

uint16_t FtpServer::datapassiveport ( )
inline

Definition at line 86 of file FtpServer.h.

Here is the caller graph for this function:

◆ end()

void FtpServer::end ( )

Definition at line 143 of file FtpServer.cpp.

Here is the caller graph for this function:

◆ handle()

void FtpServer::handle ( )

Definition at line 219 of file FtpServer.cpp.

Here is the caller graph for this function:

◆ isConnected()

bool FtpServer::isConnected ( )

Definition at line 123 of file FtpServer.cpp.

Here is the caller graph for this function:

◆ isPassword()

bool FtpServer::isPassword ( const char *  password)

Definition at line 326 of file FtpServer.cpp.

◆ isUser()

bool FtpServer::isUser ( const char *  user)

Definition at line 309 of file FtpServer.cpp.

◆ started()

bool FtpServer::started ( )

Definition at line 170 of file FtpServer.cpp.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: