xreef / SimpleFTPServer

A simple FTP server for Arduino, ArduinoSAMD WiFiNINA, esp8266, esp32, stm32 and Raspberry Pi Pico W

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FtpServer::credentials() function typo?

xiqwertyui opened this issue · comments

It looks like there is a typo in FtpServer.cpp:
image

Is it suppose to be like this? : this->user = _user;
image