Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
FtpServer Class Reference

FtpServer is the process that handles the FTP service. More...

Inheritance diagram for FtpServer:
Process

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...
 

Detailed Description

FtpServer is the process that handles the FTP service.

Member Function Documentation

◆ getFtpUserAccountManager()

FtpUserAccountManager FtpServer::getFtpUserAccountManager ( )

Returns the FTP user account manager.

Returns
FtpUserAccountManager, the FtpUserAccountManager object.

◆ isEnabled()

bool FtpServer::isEnabled ( )

Returns true if the FTP service is enabled, otherwise false.

Returns
bool, true if the FTP service is enabled, otherwise false.

◆ setEnabled()

void FtpServer::setEnabled ( bool  )

Enables or disables the FTP service.

Parameters
bEnable,trueto enable the FTP service, false to disable it.

The documentation for this class was generated from the following file: