FTP protocol definitions for daemons. More...
Go to the source code of this file.
Data Structures | |
struct | FTPSESSION |
FTP session information structure. More... | |
Functions | |
int | NutRegisterFtpRoot (CONST char *path) |
Register the FTP server's root directory. | |
int | NutFtpServerSession (TCPSOCKET *sock) |
Process an FTP sever session. | |
FTP Server Configuration | |
The Nut/OS Configurator may be used to override the default values. | |
#define | FTP_MAX_CMDBUF 128 |
UDP port of DHCP server. |
FTP protocol definitions for daemons.
* * $Log$ * Revision 1.2 2008/08/11 07:00:24 haraldkipp * BSD types replaced by stdint types (feature request #1282721). * * Revision 1.1 2005/02/05 20:38:51 haraldkipp * First release * * *
Definition in file ftpd.h.