Network Component   Version 8.0.0
MDK Middleware for IPv4 and IPv6 Networking
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
Enumerations

Enumerations of the FTP Server. More...

Enumerations

enum  netFTPs_Event {
  netFTPs_EventLogin ,
  netFTPs_EventLogout ,
  netFTPs_EventLoginFailed ,
  netFTPs_EventDownload ,
  netFTPs_EventUpload ,
  netFTPs_EventDelete ,
  netFTPs_EventRename ,
  netFTPs_EventMakeDirectory ,
  netFTPs_EventRemoveDirectory ,
  netFTPs_EventOperationDenied ,
  netFTPs_EventLocalFileError ,
  netFTPs_EventFileError ,
  netFTPs_EventError
}
 FTP Server Events. More...
 

Description

Enumerations of the FTP Server.

Enumeration Type Documentation

◆ netFTPs_Event

FTP Server Events.

Parameter for:

Enumerator
netFTPs_EventLogin 

User logged in, session is busy.

netFTPs_EventLogout 

User logged out, session is idle.

netFTPs_EventLoginFailed 

User login failed (invalid credentials)

netFTPs_EventDownload 

File download ended.

netFTPs_EventUpload 

File upload ended.

netFTPs_EventDelete 

File deleted.

netFTPs_EventRename 

File or directory renamed.

netFTPs_EventMakeDirectory 

Directory created.

netFTPs_EventRemoveDirectory 

Directory removed.

netFTPs_EventOperationDenied 

Requested file operation denied.

netFTPs_EventLocalFileError 

Local file operation error.

netFTPs_EventFileError 

Generic file operation error.

netFTPs_EventError 

Generic FTP server error.