14 #define FTPD_CONTROL_PORT 21 19 FTPD_DATASIZE = 4 * 1024,
28 FTPD_NO_RW = FTPD_NO_WRITE | FTPD_NO_READ
31 typedef int (*rtems_ftpd_hookfunction)(
char *, size_t);
33 #include <rtems/shell.h> 38 rtems_ftpd_hookfunction hook_function;
44 unsigned long max_hook_filesize;
55 rtems_shell_login_check_t login;
68 int rtems_initialize_ftpd(
void);
Priority_Control rtems_task_priority
Define the type for an RTEMS API task priority.
Definition: tasks.h:79
#define RTEMS_MINIMUM_STACK_SIZE
Minimum stack size which every thread must exceed.
Definition: rtems.h:147