#include <net/ftpd/ftpd.h>
Public Member Functions | |
tcFtpd (tcFtpdConfig *apConfig) | |
Constructor for tcFtpd class. | |
~tcFtpd (void) | |
Destructor for tcFtpd class. |
Static Public Attributes | |
static const int | gnFTP_VER_MAJOR = 0 |
static const int | gnFTP_VER_MINOR = 1 |
static const int | gnFTP_VER_BUILD = 0 |
Instances of this class implement a rudimentary FTP server. A server thread, and up to a configurable number of client threads are created. Configuration is performed using the tcFtpdConfig class.
tcFtpd::tcFtpd | ( | tcFtpdConfig * | apConfig | ) |
Constructor for tcFtpd class.
apConfig | Pointer to configuration structure |
tcFtpd::~tcFtpd | ( | void | ) |
Destructor for tcFtpd class.
|
static |
|
static |
|
static |