| Class | Description |
|---|---|
| DataExtracter |
The class
DataExtracter is used to parse stored FDB files
and extract their content into the MySQL database. |
| FileReceiver |
The class
FileReceiver is used for receiving any kind of file from the client. |
| FileTransferServer |
The class
FileTransferServer is the server responsible for receiving incoming files from clients. |
| RegisterServer |
The class
RegisterServer is responsible for registering VBS clients. |
| UpgradeServer |
The class
UpgradeServer is responsible for handling upgrade requests from VBS clients. |
| UpgradeTransmitter |
The class
UpgradeTransmitter is responsible for transmitting the upgrade file to the client. |
| VbsServer |
The class
VbsServer is the primary class of the server application. |
| VbsServerShutdown |
The class
VbsServerShutdown is responsible for shutting down the VBS server
nicely. |