Functions | |
int | ftpProcess (u_char id, TCPSOCKET *sock) |
THREAD (Service, arg) | |
void | createFtpService (int threadNumber) |
int | FtpLoadConfig (void) |
Loads ftp config form eeprom. | |
int | FtpSaveConfig (void) |
Saves ftp config in eeprom. |
|
Create ftp service.
|
|
Loads ftp config form eeprom. Loads ftp access user and password
|
|
Handle ftp client connection and process it.
|
|
Saves ftp config in eeprom. Saves ftp acces user and password
|
|
Service ftp. This thread listen on port 21 for incomoing commection. When client connects service calls ftpProcess. |