Network Component  Version 6.7.7
MDK-Professional Middleware for IP Networking
FTP_Server_Multiuser.c File Reference
#include <string.h>
#include "rl_net.h"

Functions

uint8_t ftp_check_username (const char *username)
 [code_FTP_Server_Multiuser] More...
 
bool ftp_check_password (uint8_t user_id, const char *password)
 Check user account password in the user database. More...
 
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. More...