Nut/OS  4.10.3
API Reference
ftpd.h File Reference

FTP protocol definitions for daemons. More...

This graph shows which files directly or indirectly include this file:

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.

Detailed Description

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.