RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Data Structures | Macros | Typedefs | Enumerations | Functions | Variables
ftpd.h File Reference

FTP Server Information. More...

#include <rtems.h>
#include <rtems/shell.h>

Go to the source code of this file.

Data Structures

struct  rtems_ftpd_hook
 
struct  rtems_ftpd_configuration
 

Macros

#define FTPD_CONTROL_PORT   21
 

Typedefs

typedef int(* rtems_ftpd_hookfunction) (char *, size_t)
 

Enumerations

enum  { FTPD_BUFSIZE = 256 , FTPD_DATASIZE = 4 * 1024 , FTPD_STACKSIZE = RTEMS_MINIMUM_STACK_SIZE + FTPD_DATASIZE }
 
enum  { FTPD_NO_WRITE = 0x1 , FTPD_NO_READ = 0x2 , FTPD_NO_RW = FTPD_NO_WRITE | FTPD_NO_READ }
 

Functions

rtems_status_code rtems_ftpd_start (const struct rtems_ftpd_configuration *config)
 
rtems_status_code rtems_initialize_ftpd (void)
 

Variables

struct rtems_ftpd_configuration rtems_ftpd_configuration
 

Detailed Description

FTP Server Information.