RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
rtems_ftpfs_entry Struct Reference

Connection entry for each open file stream. More...

Data Fields

off_t file_size
 
int ctrl_socket
 Control connection socket.
 
uint32_t client_address
 
int data_socket
 Data transfer socket.
 
size_t reply_current
 Current index into the reply buffer.
 
size_t reply_end
 End index of the reply buffer.
 
char reply_buffer [128]
 Buffer for relpy data.
 
bool eof
 End of file flag.
 
bool write
 
bool do_size_command
 Indicates if we should do a SIZE command. More...
 
ino_t ino
 
const char * user
 
const char * password
 
const char * hostname
 
const char * filename
 
char buffer []
 

Detailed Description

Connection entry for each open file stream.

Field Documentation

◆ do_size_command

bool rtems_ftpfs_entry::do_size_command

Indicates if we should do a SIZE command.

The first call to the rtems_ftpfs_fstat() handler is issued by the path evaluation to check for access permission. For this case we avoid the SIZE command.


The documentation for this struct was generated from the following file: