|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
FtpServer is the process that handles the FTP service. More...
Public Member Functions | |
| void | setEnabled (bool) |
| Enables or disables the FTP service. More... | |
| bool | isEnabled () |
| Returns true if the FTP service is enabled, otherwise false. More... | |
| FtpUserAccountManager | getFtpUserAccountManager () |
| Returns the FTP user account manager. More... | |
Public Member Functions inherited from Process | |
| Device | getOwnerDevice () |
| Returns the device for this process. More... | |
FtpServer is the process that handles the FTP service.
| FtpUserAccountManager FtpServer::getFtpUserAccountManager | ( | ) |
Returns the FTP user account manager.
| bool FtpServer::isEnabled | ( | ) |
Returns true if the FTP service is enabled, otherwise false.
| void FtpServer::setEnabled | ( | bool | ) |
Enables or disables the FTP service.
| bEnable,true | to enable the FTP service, false to disable it. |