This class contains configuration options for the fasp Manager.
More...
This class contains configuration options for the fasp Manager.
static const char* GetFasp2AscpPath |
( |
| ) |
|
|
static |
Gets the path to the FASP2 ascp binary.
- Returns
- the path to the FASP2 ascp binary. If path was not set, return the system-specific default.
static u_int16_t GetManagementPort |
( |
| ) |
|
|
static |
Get the management port used by Fasp Manager. 0 indicates an automatically selected port
- Returns
- the port number
static const char* GetPortFilePath |
( |
| ) |
|
|
static |
Gets the path to the file containing the fasp management port.
- Returns
- the path to the management port file
static void SetFasp2AscpPath |
( |
const char * |
path | ) |
|
|
static |
Sets the path to the FASP2 ascp binary.
- Parameters
-
path | path to the FASP2 ascp binary |
static void SetManagementPort |
( |
u_int16_t |
port | ) |
|
|
static |
Set the management port to be used by Fasp Manager. Fasp Manager will automatically pick an available port if you do not set one. If you do set this port make sure that the port number you specify is actually available. 0 indicates auto select a port.
- Parameters
-