#include <BFTPConfigurator.h>
Public Member Functions | |
| BFTPConfigurator (BFTPServer *server) | |
| Create a new configurator that will configure the given server. | |
| bool | configureFromFile (const std::string &filename) |
| Configure the server by reading statements from a file. | |
This class will read statements from a config file and use them to configure a FTP server instance.
|
|
Configure the server by reading statements from a file. This will return false only if the file could not be opened. Error messages will be output via printf(), but do not lead to abortion. |
1.3-rc3