ftpparse Struct Reference

FTPParse data structure. This stores all the necessary data gathered from parsing a ftp input. More...

#include <ftpparse.h>

List of all members.

Public Attributes

char * name
int namelen
int flagtrycwd
int flagtryretr
int sizetype
long size
int mtimetype
time_t mtime
int idtype
char * id
int idlen


Detailed Description

FTPParse data structure. This stores all the necessary data gathered from parsing a ftp input.


Member Data Documentation

char* ftpparse::name

Name of the file. Not necessarily 0-terminated.

int ftpparse::namelen

Length of name.

int ftpparse::flagtrycwd

Used for EPLF types of listings. 0 if cwd is definitely pointless, 1 otherwise

int ftpparse::flagtryretr

Used for EPLF types of listings. 0 if retr is definitely pointless, 1 otherwise

int ftpparse::sizetype

Number of octets for the type. See FTPPARSE_SIZE_* constants.

long ftpparse::size

Number of octets

int ftpparse::mtimetype

Integer storing the modification time type.

time_t ftpparse::mtime

Modification time

int ftpparse::idtype

Type of the id.

char* ftpparse::id

ID string. Not necessarily 0-terminated

int ftpparse::idlen

Length of the ID string.


The documentation for this struct was generated from the following file:
Generated on Fri Jan 2 17:23:17 2009 for Transferrer by  doxygen 1.5.1