Network Component  Version 6.6
MDK-Professional Middleware for IP Networking
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
FTP_Server_Multiuser.c File Reference

Functions

uint8_t ftp_check_username (const char *username)
 [code_FTP_Server_Multiuser]
 
bool ftp_check_password (uint8_t user_id, const char *password)
 Check user account password in the user database.
 
bool ftp_file_access (uint8_t user_id, const char *fname, uint8_t mode)
 Check if remote user is allowed to access a file on FTP server.