Definitions

Macros

#define FTP_NO_LIMIT   _MAKE_32(0)
 
#define FTP_NO_ERROR   _MAKE_32(0)
 

Detailed Description

Macro Definition Documentation

#define FTP_NO_LIMIT   _MAKE_32(0)

ftp_server_init() max connection parameter

Examples:
FTPServer.c.
#define FTP_NO_ERROR   _MAKE_32(0)

ftp_return_type error code: no error

Examples:
FTPServer.c, and Telnet.c.