#include <ftp.h>
Public Member Functions | |
| bool | parse (string li) |
| set members to the values found in li | |
| string | getLine () const |
| accessor for members | |
| string | getAccess () const |
| string | getUser () const |
| string | getGroup () const |
| string | getName () const |
| unsigned int | getSize () const |
| bool | isDir () const |
| bool | isLink () const |
| bool | canUserRead () const |
| bool | canUserWrite () const |
| bool | canGroupRead () const |
| bool | canGroupWrite () const |
| bool | canOtherRead () const |
| bool | canOtherWrite () const |
Protected Attributes | |
| string | line |
| string | access |
| string | user |
| string | group |
| string | name |
| unsigned int | size |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
accessor for members
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set members to the values found in li
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.3