Defines | |
| #define | CONTROL_AUTH 202 |
| #define | CONTROL_BAD_LEN 205 |
| #define | CONTROL_BAD_VERSION 207 |
| #define | CONTROL_CMD_NOT_FOUND 204 |
| #define | CONTROL_ERROR 200 |
| #define | CONTROL_FILE_NOT_FOUND 208 |
| #define | CONTROL_INTERNAL 201 |
| #define | CONTROL_MALFORMED 203 |
| #define | CONTROL_OK 100 |
| #define | CONTROL_SERVER_BUSY 206 |
|
|
The Authorization was not accepted. |
|
|
A bad length field was specified. |
|
|
The client uses a version of this protocol that we cannot understand. |
|
|
A bad command was specified. |
|
|
A generic error was encountered. |
|
|
The requested file doesn't exist on the local FS. |
|
|
An internal server error happened. |
|
|
A malformed request was sent. |
|
|
The request was accepted and served. |
|
|
The server is too busy to handle the request. |
1.3.9.1