MityDSP Documentation Index

tcFtpdConfig Class Reference

#include <ftpd.h>

List of all members.

Public Member Functions

 tcFtpdConfig (void)
 ~tcFtpdConfig (void)

Public Attributes

char * mpRootDir
 Root directory for FTP.
char * mpUsername
 Username.
char * mpPassword
 Password.
int mnServerPriority
 Priority of the server thread.
int mnClientPriority
 Priority of the client thread(s).
int mnMaxClients
 Maximum simultaneous client to allow.
unsigned short mnFtpPort
 Port number for server.
unsigned short mnFtpDataPort
 Port number for clients.
bool mbShowFreeSpace
 True to calculate free space on dir listing.

Static Public Attributes

static const char * gpROOT_DIR = "C:"
static const char * gpUSERNAME = "anonymous"
static const char * gpPASSWORD = ""
static const int gnDFLT_FTP_PORT = 21
static const int gnDFLT_DATA_PORT = 20

Detailed Description

The tcFtpdConfig class provides a simple configuration structure that is used to initialize the tcFtpd interface class.


Constructor & Destructor Documentation

tcFtpdConfig::tcFtpdConfig ( void   )  [inline]
tcFtpdConfig::~tcFtpdConfig ( void   )  [inline]

Member Data Documentation

const char * tcFtpdConfig::gpROOT_DIR = "C:" [static]
const char * tcFtpdConfig::gpUSERNAME = "anonymous" [static]
const char * tcFtpdConfig::gpPASSWORD = "" [static]
const int tcFtpdConfig::gnDFLT_FTP_PORT = 21 [static]
const int tcFtpdConfig::gnDFLT_DATA_PORT = 20 [static]

Root directory for FTP.

Username.

Password.

Priority of the server thread.

Priority of the client thread(s).

Maximum simultaneous client to allow.

unsigned short tcFtpdConfig::mnFtpPort

Port number for server.

Port number for clients.

True to calculate free space on dir listing.


  
Generated on Fri Sep 23 16:34:01 2011 for MityDSP Net by  Doxygen Version 1.6.1
Copyright © 2009, Critical Link LLC, All rights reserved.