#include <BFTPServer.h>
Public Attributes | |
std::string | name |
User name ("anonymous" is special). | |
std::string | pass |
Password (unencrypted) or email address if name is "anonymous". | |
std::string | root |
Root directory that the user will be kept in. | |
std::string | home |
User home relative to the root. | |
bool | writePermission |
Whether the user may write files. | |
bool | bootPermission |
Whether the user may boot the system. | |
bool | loggedIn |
Whether the user is logged in (via password). |