#include <ftpparse.h>
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 |
char* ftpparse::name |
Name of the file. Not necessarily 0-terminated.
Length of name.
Used for EPLF types of listings. 0 if cwd is definitely pointless, 1 otherwise
Used for EPLF types of listings. 0 if retr is definitely pointless, 1 otherwise
Number of octets for the type. See FTPPARSE_SIZE_* constants.
long ftpparse::size |
Number of octets
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.