Network Component  Version 7.19.0
MDK Middleware for IPv4 and IPv6 Networking
NetFTPs: FTP Server

Events generated by the Network - FTP Server functions. More...

Functions

__STATIC_INLINE void EvrNetFTPs_InitServer (uint32_t num_sessions, uint16_t port, uint16_t idle_tout)
 Event on FTP server initialize (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_ShowRootFolder (const char *root_folder, uint32_t length)
 Event on FTP server display root folder (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_GetSocketFailed (uint8_t session)
 Event on FTP server failed to allocate TCP socket (Error) More...
 
__STATIC_INLINE void EvrNetFTPs_SetRootPath (const char *path, uint32_t length)
 Event on FTP server netFTPs_SetRootPath (API) More...
 
__STATIC_INLINE void EvrNetFTPs_SetUsername (const char *username, uint32_t length)
 Event on FTP server netFTPs_SetUsername (API) More...
 
__STATIC_INLINE void EvrNetFTPs_SetPassword (const char *password, uint32_t length)
 Event on FTP server netFTPs_SetPassword (API) More...
 
__STATIC_INLINE void EvrNetFTPs_UserAccessDenied (const void *net_addr)
 Event on FTP server user denied access (Error) More...
 
__STATIC_INLINE void EvrNetFTPs_SessionOpen (uint8_t session)
 Event on FTP server session open (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_SocketAborted (uint8_t session)
 Event on FTP server socket aborted (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_SocketClosed (uint8_t session)
 Event on FTP server socket closed (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_UnackedDataError (uint8_t session)
 Event on FTP server unacked data error (Error) More...
 
__STATIC_INLINE void EvrNetFTPs_ReceiveFrame (uint8_t session, uint32_t length)
 Event on FTP server receive frame (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_FrameTooShort (uint8_t session, uint32_t length, uint32_t min_length)
 Event on FTP server receive frame too short (Error) More...
 
__STATIC_INLINE void EvrNetFTPs_ShowCommand (const uint8_t *cmd_client, uint32_t length)
 Event on FTP server display command string (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_VerifyUsername (uint8_t session)
 Event on FTP server verify the client username (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_VerifyPassword (uint8_t session)
 Event on FTP server verify the client password (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_AuthenticationFailed (uint8_t session)
 Event on FTP server authentication failed (Error) More...
 
__STATIC_INLINE void EvrNetFTPs_UserLoginSuccess (uint8_t session)
 Event on FTP server user login successful (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_NotAuthenticated (uint8_t session)
 Event on FTP server command ignored, user not authenticated (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_ShowSystemType (uint8_t session)
 Event on FTP server show system identification type command (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_NoOperation (uint8_t session)
 Event on FTP server execute no operation command (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_CurrentDirectory (const char *path, uint32_t length)
 Event on FTP server display current working directory (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_ChangeDirectory (const char *path, uint32_t length)
 Event on FTP server change working directory command (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_ChangeDirectoryFailed (uint8_t session)
 Event on FTP server change working directory failed (Error) More...
 
__STATIC_INLINE void EvrNetFTPs_ChangeDirectoryLevelUp (uint8_t session)
 Event on FTP server change working directory one level up command (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_MakeDirectory (const char *path, uint32_t length)
 Event on FTP server make directory command (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_OperationDenied (uint8_t session)
 Event on FTP server access or operation denied (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_RemoveDirectory (const char *path, uint32_t length)
 Event on FTP server remove directory command (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_RemoveDirectoryFailed (uint8_t session)
 Event on FTP server remove directory command failed (Error) More...
 
__STATIC_INLINE void EvrNetFTPs_DirectoryRemoved (uint8_t session)
 Event on FTP server requested directory successfuly removed (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_ShowDataMode (uint8_t session, uint32_t data_mode)
 Event on FTP server display transfer data mode (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_ActiveModeStart (uint8_t session, uint16_t port)
 Event on FTP server start active mode (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_PassiveModeStart (uint8_t session, uint16_t local_port)
 Event on FTP server start passive mode (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_GetFileSize (const char *fname, uint32_t length)
 Event on FTP server get file size command (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_GetFileLastModifiedTime (const char *fname, uint32_t length)
 Event on FTP server get file last-modified time command (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_ListDirectoryBasic (uint8_t session)
 Event on FTP server list directory names command (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_ListDirectoryExtended (uint8_t session)
 Event on FTP server list directory in extended format (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_ReadFile (const char *fname, uint32_t length)
 Event on FTP server read file command (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_FileNotFound (uint8_t session)
 Event on FTP server requested file not found (Error) More...
 
__STATIC_INLINE void EvrNetFTPs_WriteFile (const char *fname, uint32_t length)
 Event on FTP server write file command (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_AppendFile (const char *fname, uint32_t length)
 Event on FTP server append file command (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_FileCreateFailed (uint8_t session)
 Event on FTP server requested file create failed (Error) More...
 
__STATIC_INLINE void EvrNetFTPs_DeleteFile (const char *fname, uint32_t length)
 Event on FTP server delete file command (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_FileDeleteFailed (uint8_t session)
 Event on FTP server requested file delete failed (Error) More...
 
__STATIC_INLINE void EvrNetFTPs_FileDeleted (uint8_t session)
 Event on FTP server requested file deleted successfuly (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_RenameFileFrom (const char *fname, uint32_t length)
 Event on FTP server rename file from name command (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_RenameFileTo (const char *new_name, uint32_t length)
 Event on FTP server rename file to new name (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_FileRenamed (uint8_t session)
 Event on FTP server requested file renamed successfuly (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_FileRenameFailed (uint8_t session)
 Event on FTP server requested file rename failed (Error) More...
 
__STATIC_INLINE void EvrNetFTPs_UnknownCommand (uint8_t session)
 Event on FTP server unknown command received (Error) More...
 
__STATIC_INLINE void EvrNetFTPs_InvalidState (uint8_t session)
 Event on FTP server session in invalid state, command ignored (Error) More...
 
__STATIC_INLINE void EvrNetFTPs_InboundConnRejected (uint8_t session)
 Event on FTP server inbound connection rejected for data socket (Error) More...
 
__STATIC_INLINE void EvrNetFTPs_DataSocketClosed (uint8_t session)
 Event on FTP server data socket closed when transfer completed (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_DataSocketOpen (uint8_t session)
 Event on FTP server data socket open for data transfer (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_LocalDiskWriteError (uint8_t session)
 Event on FTP server write to local disk failed, disk full (Error) More...
 
__STATIC_INLINE void EvrNetFTPs_StartService (uint16_t port)
 Event on FTP server start service (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_StopService (void)
 Event on FTP server stop service (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_ShowFileFindMask (const char *path, uint32_t length)
 Event on FTP server display find file(s) mask filter (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_MakeDirectoryFailed (uint8_t session)
 Event on FTP server requested directory create failed (Error) More...
 
__STATIC_INLINE void EvrNetFTPs_DirectoryCreated (uint8_t session)
 Event on FTP server requested directory created successfuly (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_ShowFileSize (uint8_t session, uint32_t file_size)
 Event on FTP server display requested file size (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_ShowFileLastModifiedTime (uint8_t session, const char *file_time, uint32_t length)
 Event on FTP server display requested file last-modified time (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_CloseDataConnection (uint8_t session)
 Event on FTP server closing data connection (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_CloseSession (uint8_t session)
 Event on FTP server closing session (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_SessionIdle (uint8_t session)
 Event on FTP server session in idle state (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_ShowPath (const char *path, uint32_t length)
 Event on FTP server display an absolute path for file access (Op) More...
 
__STATIC_INLINE void EvrNetFTPs_UninitServer (void)
 Event on FTP server de-initialize (Op) More...
 

Description

Events generated by the Network - FTP Server functions.

The FTP server functions generate events that make it easier to troubleshoot errors, and allow the user to understand how the FTP server works.

Function Documentation

◆ EvrNetFTPs_ActiveModeStart()

__STATIC_INLINE void EvrNetFTPs_ActiveModeStart ( uint8_t  session,
uint16_t  port 
)

Event on FTP server start active mode (Op)

Parameters
sessionsession number
portport number to connect to

The event ActiveModeStart is created when the FTP server starts active FTP mode.

Value in the Event Recorder shows:

  • session: FTP server session.
  • port: port on the client for data connection.

◆ EvrNetFTPs_AppendFile()

__STATIC_INLINE void EvrNetFTPs_AppendFile ( const char *  fname,
uint32_t  length 
)

Event on FTP server append file command (Op)

Parameters
fnamename of the file to append
lengthlength of the fname string

The event AppendFile is created when the FTP server executes the APPE command to append the data to the existing file on the FTP server.

Value in the Event Recorder shows:

  • name: file name to append the data to.

◆ EvrNetFTPs_AuthenticationFailed()

__STATIC_INLINE void EvrNetFTPs_AuthenticationFailed ( uint8_t  session)

Event on FTP server authentication failed (Error)

Parameters
sessionsession number

The event AuthenticationFailed is created when the FTP server executes the PASS command to authenticate the user.

Value in the Event Recorder shows:

  • session: FTP server session for authentication.

◆ EvrNetFTPs_ChangeDirectory()

__STATIC_INLINE void EvrNetFTPs_ChangeDirectory ( const char *  path,
uint32_t  length 
)

Event on FTP server change working directory command (Op)

Parameters
pathpath to the new working directory
lengthlength of the path string

The event ChangeDirectory is created when the FTP server wants to change the working directory to a specified directory.

Value in the Event Recorder shows:

  • path: path of the new working directory.

◆ EvrNetFTPs_ChangeDirectoryFailed()

__STATIC_INLINE void EvrNetFTPs_ChangeDirectoryFailed ( uint8_t  session)

Event on FTP server change working directory failed (Error)

Parameters
sessionsession number

The event ChangeDirectoryFailed is created when the FTP server wants to change the working directory to a specified directory, but the specified directory does not exist. The same event occurs if the file system on the storage device does not support directories, such as the Embedded File System in the MDK Middleware.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_ChangeDirectoryLevelUp()

__STATIC_INLINE void EvrNetFTPs_ChangeDirectoryLevelUp ( uint8_t  session)

Event on FTP server change working directory one level up command (Op)

Parameters
sessionsession number

The event ChangeDirectoryLevelUp is created when the FTP server wants to change the working directory to the parent directory.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_CloseDataConnection()

__STATIC_INLINE void EvrNetFTPs_CloseDataConnection ( uint8_t  session)

Event on FTP server closing data connection (Op)

Parameters
sessionsession number

The event CloseDataConnection is created when the FTP server closes the data connection. This happens when the requested command, such as a list directory or a read file, is completed.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_CloseSession()

__STATIC_INLINE void EvrNetFTPs_CloseSession ( uint8_t  session)

Event on FTP server closing session (Op)

Parameters
sessionsession number

The event CloseSession is created when the FTP server closes the active user session, that is, when the QUIT command is executed. When the session ends, the user is disconnected from the FTP server.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_CurrentDirectory()

__STATIC_INLINE void EvrNetFTPs_CurrentDirectory ( const char *  path,
uint32_t  length 
)

Event on FTP server display current working directory (Op)

Parameters
pathpath to the working directory
lengthlength of the path string

The event CurrentDirectory is created when the FTP server wants to display the current working directory.

Value in the Event Recorder shows:

  • path: path of the current working directory.

◆ EvrNetFTPs_DataSocketClosed()

__STATIC_INLINE void EvrNetFTPs_DataSocketClosed ( uint8_t  session)

Event on FTP server data socket closed when transfer completed (Op)

Parameters
sessionsession number

The event DataSocketClosed is created when the FTP client has closed the data connection to the FTP server.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_DataSocketOpen()

__STATIC_INLINE void EvrNetFTPs_DataSocketOpen ( uint8_t  session)

Event on FTP server data socket open for data transfer (Op)

Parameters
sessionsession number

The event DataSocketOpen is created when a data connection to the FTP server is established.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_DeleteFile()

__STATIC_INLINE void EvrNetFTPs_DeleteFile ( const char *  fname,
uint32_t  length 
)

Event on FTP server delete file command (Op)

Parameters
fnamename of the file to delete
lengthlength of the fname string

The event DeleteFile is created when the FTP server executes the DELE command to delete the file on the FTP server.

Value in the Event Recorder shows:

  • name: file name to delete.

◆ EvrNetFTPs_DirectoryCreated()

__STATIC_INLINE void EvrNetFTPs_DirectoryCreated ( uint8_t  session)

Event on FTP server requested directory created successfuly (Op)

Parameters
sessionsession number

The event DirectoryCreated is created when the requested directory is successfully created on the FTP server.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_DirectoryRemoved()

__STATIC_INLINE void EvrNetFTPs_DirectoryRemoved ( uint8_t  session)

Event on FTP server requested directory successfuly removed (Op)

Parameters
sessionsession number

The event DirectoryRemoved is created when the FTP server successfully removes the specified directory.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_FileCreateFailed()

__STATIC_INLINE void EvrNetFTPs_FileCreateFailed ( uint8_t  session)

Event on FTP server requested file create failed (Error)

Parameters
sessionsession number

The event FileCreateFailed is created when the requested file cannot be created on the FTP server. A possible reason for this may be the write-protected SD card.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_FileDeleted()

__STATIC_INLINE void EvrNetFTPs_FileDeleted ( uint8_t  session)

Event on FTP server requested file deleted successfuly (Op)

Parameters
sessionsession number

The event FileDeleted is created when the requested file is successfully deleted on the FTP server.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_FileDeleteFailed()

__STATIC_INLINE void EvrNetFTPs_FileDeleteFailed ( uint8_t  session)

Event on FTP server requested file delete failed (Error)

Parameters
sessionsession number

The event FileDeleteFailed is created when the requested file cannot be deleted on the FTP server. A possible reason for this may be the write-protected SD card.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_FileNotFound()

__STATIC_INLINE void EvrNetFTPs_FileNotFound ( uint8_t  session)

Event on FTP server requested file not found (Error)

Parameters
sessionsession number

The event FileNotFound is created when the requested file cannot be found on the FTP server.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_FileRenamed()

__STATIC_INLINE void EvrNetFTPs_FileRenamed ( uint8_t  session)

Event on FTP server requested file renamed successfuly (Op)

Parameters
sessionsession number

The event FileRenamed is created when the requested file is successfully renamed on the FTP server.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_FileRenameFailed()

__STATIC_INLINE void EvrNetFTPs_FileRenameFailed ( uint8_t  session)

Event on FTP server requested file rename failed (Error)

Parameters
sessionsession number

The event FileRenameFailed is created when the requested file cannot be renamed on the FTP server. A possible reason for this may be the write-protected SD card.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_FrameTooShort()

__STATIC_INLINE void EvrNetFTPs_FrameTooShort ( uint8_t  session,
uint32_t  length,
uint32_t  min_length 
)

Event on FTP server receive frame too short (Error)

Parameters
sessionsession number
lengthframe length in bytes
min_lengthminimum length of the frame

The event FrameTooShort is created when the FTP server receives the frame that is too short. The frame is then discarded.

Value in the Event Recorder shows:

  • session: FTP server session.
  • len: length of the received frame in bytes.
  • min: minimum valid frame length in bytes.

◆ EvrNetFTPs_GetFileLastModifiedTime()

__STATIC_INLINE void EvrNetFTPs_GetFileLastModifiedTime ( const char *  fname,
uint32_t  length 
)

Event on FTP server get file last-modified time command (Op)

Parameters
fnamename of the file
lengthlength of the fname string

The event GetFileLastModifiedTime is created when the FTP server executes the MDTM command to obtain the last time the file was modified on the FTP server.

Value in the Event Recorder shows:

  • name: file name from which to obtain the last modified time.

◆ EvrNetFTPs_GetFileSize()

__STATIC_INLINE void EvrNetFTPs_GetFileSize ( const char *  fname,
uint32_t  length 
)

Event on FTP server get file size command (Op)

Parameters
fnamename of the file
lengthlength of the fname string

The event GetFileSize is created when the FTP server executes the SIZE command to retrieve the size of the file that is stored on the FTP server.

Value in the Event Recorder shows:

  • name: file name from which to obtain the size.

◆ EvrNetFTPs_GetSocketFailed()

__STATIC_INLINE void EvrNetFTPs_GetSocketFailed ( uint8_t  session)

Event on FTP server failed to allocate TCP socket (Error)

Parameters
sessionsession number

The event GetSocketFailed is created when the FTP server is initialized, that is, when the function netInitialize is executed, and the service could not assign the TCP socket. To resolve this error, you must increase the number of available TCP sockets in the TCP socket configuration.

Value in the Event Recorder shows:

  • session: session that failed to allocate the socket.

◆ EvrNetFTPs_InboundConnRejected()

__STATIC_INLINE void EvrNetFTPs_InboundConnRejected ( uint8_t  session)

Event on FTP server inbound connection rejected for data socket (Error)

Parameters
sessionsession number
Remarks
Inbound data connections are accepted in passive mode, rejected in active mode.

The event InboundConnRejected is created when the FTP client initiated a data connection to an FTP server in FTP active mode. The connection request was therefore rejected. In FTP active mode, the FTP server should establish a data connection.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_InitServer()

__STATIC_INLINE void EvrNetFTPs_InitServer ( uint32_t  num_sessions,
uint16_t  port,
uint16_t  idle_tout 
)

Event on FTP server initialize (Op)

Parameters
num_sessionsnumber of available FTP sessions
portlistening port number
idle_toutidle timeout in seconds (0= permanent connection)

The event InitServer is created when the FTP server is initialized, that is, when the function netInitialize is executed.

Value in the Event Recorder shows:

  • sessions: number of FTP sessions available.
  • port: port number to be used.
  • tout: duration of inactivity to close the session.

◆ EvrNetFTPs_InvalidState()

__STATIC_INLINE void EvrNetFTPs_InvalidState ( uint8_t  session)

Event on FTP server session in invalid state, command ignored (Error)

Parameters
sessionsession number

The event InvalidState is created when the command is received in an FTP server state that cannot process the command. The command is therefore discarded. A possible reason may be that the FTP client issued the command before the client was authenticated.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_ListDirectoryBasic()

__STATIC_INLINE void EvrNetFTPs_ListDirectoryBasic ( uint8_t  session)

Event on FTP server list directory names command (Op)

Parameters
sessionsession number

The event ListDirectoryBasic is created when the FTP server executes the NLST command for a list of files in basic format, these are file names only.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_ListDirectoryExtended()

__STATIC_INLINE void EvrNetFTPs_ListDirectoryExtended ( uint8_t  session)

Event on FTP server list directory in extended format (Op)

Parameters
sessionsession number

The event ListDirectoryExtended is created when the FTP server executes the LIST command for a list of files in extended format, such as file names, file sizes, last modified time, etc.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_LocalDiskWriteError()

__STATIC_INLINE void EvrNetFTPs_LocalDiskWriteError ( uint8_t  session)

Event on FTP server write to local disk failed, disk full (Error)

Parameters
sessionsession number

The event LocalDiskWriteError is created when the FTP server fails to write data to a file on the FTP server. This usually happens when the storage quota is exceeded or the storage medium is full.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_MakeDirectory()

__STATIC_INLINE void EvrNetFTPs_MakeDirectory ( const char *  path,
uint32_t  length 
)

Event on FTP server make directory command (Op)

Parameters
pathpath to the new directory to make
lengthlength of the path string

The event MakeDirectory is created when the FTP server wants to create a new directory in the working directory.

Value in the Event Recorder shows:

  • path: path of the new directory to create.

◆ EvrNetFTPs_MakeDirectoryFailed()

__STATIC_INLINE void EvrNetFTPs_MakeDirectoryFailed ( uint8_t  session)

Event on FTP server requested directory create failed (Error)

Parameters
sessionsession number

The event MakeDirectoryFailed is created when the requested directory cannot be created on the FTP server. A possible reason for this may be the write-protected SD card.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_NoOperation()

__STATIC_INLINE void EvrNetFTPs_NoOperation ( uint8_t  session)

Event on FTP server execute no operation command (Op)

Parameters
sessionsession number

The event NoOperation is created when the FTP server executes the NOOP command - no operation.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_NotAuthenticated()

__STATIC_INLINE void EvrNetFTPs_NotAuthenticated ( uint8_t  session)

Event on FTP server command ignored, user not authenticated (Op)

Parameters
sessionsession number

The event NotAuthenticated is created when the FTP server fails to authenticate the user. Each command of an unverified user is ignored.

Value in the Event Recorder shows:

  • session: FTP server session for authentication.

◆ EvrNetFTPs_OperationDenied()

__STATIC_INLINE void EvrNetFTPs_OperationDenied ( uint8_t  session)

Event on FTP server access or operation denied (Op)

Parameters
sessionsession number

The event OperationDenied is created when the FTP server denies access to the file or directory for the user. This happens when the user application returns false in the netFTPs_FileAccess function.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_PassiveModeStart()

__STATIC_INLINE void EvrNetFTPs_PassiveModeStart ( uint8_t  session,
uint16_t  local_port 
)

Event on FTP server start passive mode (Op)

Parameters
sessionsession number
local_portlocal port number to accept data connection

The event PassiveModeStart is created when the FTP server starts passive FTP mode.

Value in the Event Recorder shows:

  • session: FTP server session.
  • local_port: local port for data connection.

◆ EvrNetFTPs_ReadFile()

__STATIC_INLINE void EvrNetFTPs_ReadFile ( const char *  fname,
uint32_t  length 
)

Event on FTP server read file command (Op)

Parameters
fnamename of the file to read
lengthlength of the fname string

The event ReadFile is created when the FTP server executes the RETR command to retrieve the file stored on the FTP server.

Value in the Event Recorder shows:

  • name: file name to retrieve.

◆ EvrNetFTPs_ReceiveFrame()

__STATIC_INLINE void EvrNetFTPs_ReceiveFrame ( uint8_t  session,
uint32_t  length 
)

Event on FTP server receive frame (Op)

Parameters
sessionsession number
lengthframe length in bytes

The event ReceiveFrame is created when the FTP server receives the frame.

Value in the Event Recorder shows:

  • session: FTP server session.
  • len: length of the received frame in bytes.

◆ EvrNetFTPs_RemoveDirectory()

__STATIC_INLINE void EvrNetFTPs_RemoveDirectory ( const char *  path,
uint32_t  length 
)

Event on FTP server remove directory command (Op)

Parameters
pathpath to the directory to remove
lengthlength of the path string

The event RemoveDirectory is created when the FTP server wants to remove the specified directory from the working directory.

Value in the Event Recorder shows:

  • path: path of the directory to remove.

◆ EvrNetFTPs_RemoveDirectoryFailed()

__STATIC_INLINE void EvrNetFTPs_RemoveDirectoryFailed ( uint8_t  session)

Event on FTP server remove directory command failed (Error)

Parameters
sessionsession number

The event RemoveDirectoryFailed is created when the FTP server wants to remove the specified directory from the working directory, but the specified directory is not empty, and therefore the removal fails.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_RenameFileFrom()

__STATIC_INLINE void EvrNetFTPs_RenameFileFrom ( const char *  fname,
uint32_t  length 
)

Event on FTP server rename file from name command (Op)

Parameters
fnamename of the file to rename
lengthlength of the fname string

The event RenameFileFrom is created when the FTP server executes the RNFR command to rename the file on the FTP server. The command specifies the name of the file to be renamed.

Value in the Event Recorder shows:

  • name: file name to be renamed.

◆ EvrNetFTPs_RenameFileTo()

__STATIC_INLINE void EvrNetFTPs_RenameFileTo ( const char *  new_name,
uint32_t  length 
)

Event on FTP server rename file to new name (Op)

Parameters
new_namenew name of the file to rename to
lengthlength of the fname string

The event RenameFileTo is created when the FTP server executes the RNTO command to rename the file on the FTP server. The command specifies the new name of the file to be renamed.

Value in the Event Recorder shows:

  • new_name: new name of the file.

◆ EvrNetFTPs_SessionIdle()

__STATIC_INLINE void EvrNetFTPs_SessionIdle ( uint8_t  session)

Event on FTP server session in idle state (Op)

Parameters
sessionsession number

The event SessionIdle is created when the FTP server session ends, that is when both socket connections are broken and the user session idle. The session is then ready to accept a new user.

Value in the Event Recorder shows:

  • session: FTP server session that is idle.

◆ EvrNetFTPs_SessionOpen()

__STATIC_INLINE void EvrNetFTPs_SessionOpen ( uint8_t  session)

Event on FTP server session open (Op)

Parameters
sessionsession number

The event SessionOpen is created when the FTP server accepts a request to connect from the client and opens a server session to handle this connection. This happens when the FTP client attempts to connect to the server.

Value in the Event Recorder shows:

  • session: FTP server session for opening.

◆ EvrNetFTPs_SetPassword()

__STATIC_INLINE void EvrNetFTPs_SetPassword ( const char *  password,
uint32_t  length 
)

Event on FTP server netFTPs_SetPassword (API)

Parameters
passwordnew password
lengthlength of the password string

The event SetPassword is created when the FTP server changes the password for the administrator account. This happens when the netFTPs_SetPassword function is executed.

Value in the Event Recorder shows:

  • password: password to be set.

◆ EvrNetFTPs_SetRootPath()

__STATIC_INLINE void EvrNetFTPs_SetRootPath ( const char *  path,
uint32_t  length 
)

Event on FTP server netFTPs_SetRootPath (API)

Parameters
pathpath to server root folder
lengthlength of the path string

The event SetRootPath is created when the FTP server changes the path to server files. This happens when the netFTPs_SetRootPath function is executed.

Value in the Event Recorder shows:

  • path: path of the root directory to be set.

◆ EvrNetFTPs_SetUsername()

__STATIC_INLINE void EvrNetFTPs_SetUsername ( const char *  username,
uint32_t  length 
)

Event on FTP server netFTPs_SetUsername (API)

Parameters
usernamenew username
lengthlength of the username string

The event SetUsername is created when the FTP server changes the username for the administrator account. This happens when the netFTPs_SetUsername function is executed.

Value in the Event Recorder shows:

  • username: username to be set.

◆ EvrNetFTPs_ShowCommand()

__STATIC_INLINE void EvrNetFTPs_ShowCommand ( const uint8_t *  cmd_client,
uint32_t  length 
)

Event on FTP server display command string (Op)

Parameters
cmd_clientcommand received from the client in text format
lengthlength of the cmd_client string

The event ShowCommand is created when the FTP server wants to display a FTP command it receives from the client.

Value in the Event Recorder shows:

  • command: user command to execute.

◆ EvrNetFTPs_ShowDataMode()

__STATIC_INLINE void EvrNetFTPs_ShowDataMode ( uint8_t  session,
uint32_t  data_mode 
)

Event on FTP server display transfer data mode (Op)

Parameters
sessionsession number
data_modetransfer data mode
  • 0: Binary mode
  • 1: ASCII mode

The event ShowDataMode is created when the network library wants to display the data transfer method that will start.

Value in the Event Recorder shows:

  • session: FTP server session.
  • mode: mode of data transfer (binary, ascii).

◆ EvrNetFTPs_ShowFileFindMask()

__STATIC_INLINE void EvrNetFTPs_ShowFileFindMask ( const char *  path,
uint32_t  length 
)

Event on FTP server display find file(s) mask filter (Op)

Parameters
pathpath to list directory
lengthlength of the path string

The event ShowFileFindMask is created when the FTP server wants to display the search file mask and search file path. This concatenated string is then passed to the netFTPs_ffind function.

Value in the Event Recorder shows:

  • path: path and file search mask.

◆ EvrNetFTPs_ShowFileLastModifiedTime()

__STATIC_INLINE void EvrNetFTPs_ShowFileLastModifiedTime ( uint8_t  session,
const char *  file_time,
uint32_t  length 
)

Event on FTP server display requested file last-modified time (Op)

Parameters
sessionsession number
file_timelast-modified time of a file in text format
lengthlength of the file_time string

The event ShowFileLastModifiedTime is created when the FTP server wants to display the time the file was last modified on the FTP server.

Value in the Event Recorder shows:

  • session: FTP server session.
  • lm_time: last modified time of the file.

◆ EvrNetFTPs_ShowFileSize()

__STATIC_INLINE void EvrNetFTPs_ShowFileSize ( uint8_t  session,
uint32_t  file_size 
)

Event on FTP server display requested file size (Op)

Parameters
sessionsession number
file_sizesize of a file in bytes

The event ShowFileSize is created when the FTP server wants to display the size of the requested file.

Value in the Event Recorder shows:

  • session: FTP server session.
  • size: size of the file in bytes.

◆ EvrNetFTPs_ShowPath()

__STATIC_INLINE void EvrNetFTPs_ShowPath ( const char *  path,
uint32_t  length 
)

Event on FTP server display an absolute path for file access (Op)

Parameters
pathabsolute path for file access
lengthlength of the path string

The event ShowPath is created when the FTP server wants to display the absolute path to the file on the FTP server. This path is then used to access the requested file.

Value in the Event Recorder shows:

  • path: absolute path to the requested file.

◆ EvrNetFTPs_ShowRootFolder()

__STATIC_INLINE void EvrNetFTPs_ShowRootFolder ( const char *  root_folder,
uint32_t  length 
)

Event on FTP server display root folder (Op)

Parameters
root_folderpath to server root folder
lengthlength of the root_folder string

The event ShowRootFolder is created when the network library wants to display the path to the root folder that contains the FTP server files. This event is generated only if the root folder is enabled in the FTP server configuration.

Value in the Event Recorder shows:

  • root: path of the root directory.

◆ EvrNetFTPs_ShowSystemType()

__STATIC_INLINE void EvrNetFTPs_ShowSystemType ( uint8_t  session)

Event on FTP server show system identification type command (Op)

Parameters
sessionsession number

The event ShowSystemType is created when the FTP server executes the SYST command to identify the operating system at the server.

Value in the Event Recorder shows:

  • session: FTP server session.
  • sys: Windows_NT.

◆ EvrNetFTPs_SocketAborted()

__STATIC_INLINE void EvrNetFTPs_SocketAborted ( uint8_t  session)

Event on FTP server socket aborted (Op)

Parameters
sessionsession number

The event SocketAborted is created when the FTP server connection is unexpectedly terminated from the client. The corresponding server session is then closed.

Value in the Event Recorder shows:

  • session: FTP server session for closing.

◆ EvrNetFTPs_SocketClosed()

__STATIC_INLINE void EvrNetFTPs_SocketClosed ( uint8_t  session)

Event on FTP server socket closed (Op)

Parameters
sessionsession number

The event SocketClosed is created when the FTP server connection is unexpectedly closed from the client. The corresponding server session is then closed.

Value in the Event Recorder shows:

  • session: FTP server session for closing.

◆ EvrNetFTPs_StartService()

__STATIC_INLINE void EvrNetFTPs_StartService ( uint16_t  port)

Event on FTP server start service (Op)

Parameters
portlistening port number

The event StartService is created when the network library starts the FTP server service. This happens automatically if the auto-start services are enabled, or when the netFTPs_Start function is executed.

Value in the Event Recorder shows:

  • port: port number to be used.

◆ EvrNetFTPs_StopService()

__STATIC_INLINE void EvrNetFTPs_StopService ( void  )

Event on FTP server stop service (Op)

The event StopService is created when the network library stops the FTP server service. This happens when the netFTPs_Stop function is executed.

◆ EvrNetFTPs_UnackedDataError()

__STATIC_INLINE void EvrNetFTPs_UnackedDataError ( uint8_t  session)

Event on FTP server unacked data error (Error)

Parameters
sessionsession number

The event UnackedDataError is created when the FTP server receives a new command from the client, but the client has not yet acknowledged the response to the previous command. The new FTP command is then discarded.

Value in the Event Recorder shows:

  • session: FTP server session in which this error occurred.

◆ EvrNetFTPs_UninitServer()

__STATIC_INLINE void EvrNetFTPs_UninitServer ( void  )

Event on FTP server de-initialize (Op)

The event UninitServer is created when the function netUninitialize is executed.

Value in the Event Recorder shows:

  • ftp

◆ EvrNetFTPs_UnknownCommand()

__STATIC_INLINE void EvrNetFTPs_UnknownCommand ( uint8_t  session)

Event on FTP server unknown command received (Error)

Parameters
sessionsession number

The event UnknownCommand is created when the requested command is not recognized on the FTP server. A possible reason for this may be that the FTP client issued a command that is not supported on the FTP server.

Value in the Event Recorder shows:

  • session: FTP server session.

◆ EvrNetFTPs_UserAccessDenied()

__STATIC_INLINE void EvrNetFTPs_UserAccessDenied ( const void *  net_addr)

Event on FTP server user denied access (Error)

Parameters
net_addrpointer to NET_ADDR address structure

The event UserAccessDenied is created when the FTP server rejects the pending connection request for the client, because the user application has denied connection for this client. This happens when the netFTPs_AcceptClient function returns false.

Value in the Event Recorder shows:

  • ip: IPv4 or IPv6 address of the client.
  • port: port number of the client.

◆ EvrNetFTPs_UserLoginSuccess()

__STATIC_INLINE void EvrNetFTPs_UserLoginSuccess ( uint8_t  session)

Event on FTP server user login successful (Op)

Parameters
sessionsession number

The event UserLoginSuccess is created when the FTP server successfully authenticates the user.

Value in the Event Recorder shows:

  • session: FTP server session for authentication.

◆ EvrNetFTPs_VerifyPassword()

__STATIC_INLINE void EvrNetFTPs_VerifyPassword ( uint8_t  session)

Event on FTP server verify the client password (Op)

Parameters
sessionsession number

The event VerifyPassword is created when the FTP server executes the PASS command to authenticate the user.

Value in the Event Recorder shows:

  • session: FTP server session for authentication.

◆ EvrNetFTPs_VerifyUsername()

__STATIC_INLINE void EvrNetFTPs_VerifyUsername ( uint8_t  session)

Event on FTP server verify the client username (Op)

Parameters
sessionsession number

The event VerifyUsername is created when the FTP server executes the USER command to authenticate the user.

Value in the Event Recorder shows:

  • session: FTP server session for authentication.

◆ EvrNetFTPs_WriteFile()

__STATIC_INLINE void EvrNetFTPs_WriteFile ( const char *  fname,
uint32_t  length 
)

Event on FTP server write file command (Op)

Parameters
fnamename of the file to write
lengthlength of the fname string

The event WriteFile is created when the FTP server executes the STOR command to save the file to the FTP server.

Value in the Event Recorder shows:

  • name: file name to save.