#include <ftp.h>
Public Methods | |
| bool | parse (std::string li) |
| set members to the values found in li. More... | |
| std::string | getLine () const |
| accessor for members. More... | |
| std::string | getAccess () const |
| std::string | getUser () const |
| std::string | getGroup () const |
| std::string | getName () const |
| unsigned int | getSize () const |
| bool | is_dir () const |
| bool | is_link () const |
| bool | can_userread () const |
| bool | can_userwrite () const |
| bool | can_groupread () const |
| bool | can_groupwrite () const |
| bool | can_otherread () const |
| bool | can_otherwrite () const |
Protected Attributes | |
| std::string | _line |
| std::string | _access |
| std::string | _user |
| std::string | _group |
| std::string | _name |
| unsigned int | _size |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
accessor for members.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set members to the values found in li.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.10 written by Dimitri van Heesch,
© 1997-2001