Explain how to use ftpd server.
#include <pro/ftpd.h> #include <sys/eepromconf.h> * . * . //init eth and filesystem * . * . //load ftp config from eeprom //user & passwd FtpLoadConfig(); //create one conection listener service createFtpService(1); * . * . //for change user and password strcpy(confauth.user, "ftp"); strcpy(confauth.passwd, "ftp"); FtpSaveConfig();