ReactOS 0.4.15-dev-7924-g5949c20
MLstItem Struct Reference

#include <ncftp.h>

Collaboration diagram for MLstItem:

Public Attributes

char fname [512]
 
char linkto [512]
 
int ftype
 
longest_int fsize
 
time_t ftime
 
int mode
 
int uid
 
int gid
 
char perm [16]
 
char owner [16]
 
char group [16]
 

Detailed Description

Definition at line 275 of file ncftp.h.

Member Data Documentation

◆ fname

char MLstItem::fname[512]

Definition at line 276 of file ncftp.h.

Referenced by UnMlsD(), and UnMlsT().

◆ fsize

longest_int MLstItem::fsize

Definition at line 279 of file ncftp.h.

Referenced by FTPFileSizeAndModificationTime(), UnMlsD(), and UnMlsT().

◆ ftime

time_t MLstItem::ftime

Definition at line 280 of file ncftp.h.

Referenced by FTPFileSizeAndModificationTime(), UnMlsD(), and UnMlsT().

◆ ftype

int MLstItem::ftype

Definition at line 278 of file ncftp.h.

Referenced by FTPFileType(), UnMlsD(), and UnMlsT().

◆ gid

int MLstItem::gid

Definition at line 283 of file ncftp.h.

Referenced by UnMlsT().

◆ group

char MLstItem::group[16]

Definition at line 286 of file ncftp.h.

Referenced by UnMlsD(), and UnMlsT().

◆ linkto

char MLstItem::linkto[512]

Definition at line 277 of file ncftp.h.

Referenced by UnMlsD().

◆ mode

int MLstItem::mode

Definition at line 281 of file ncftp.h.

Referenced by UnMlsD(), and UnMlsT().

◆ owner

char MLstItem::owner[16]

Definition at line 285 of file ncftp.h.

Referenced by UnMlsD(), and UnMlsT().

◆ perm

char MLstItem::perm[16]

Definition at line 284 of file ncftp.h.

Referenced by UnMlsD(), and UnMlsT().

◆ uid

int MLstItem::uid

Definition at line 282 of file ncftp.h.

Referenced by UnMlsT().


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