summaryrefslogtreecommitdiffstats
path: root/FTPServer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update FTPServer.cppSCratORS2021-11-151-4/+6
* Update FTPServer.cppSCratORS2021-11-151-1/+2
* fix silly typoDaniel Plasa2020-07-061-1/+1
* fix issue when FS is out of space when overwriting large filesDaniel Plasa2020-07-061-5/+10
* fix esp32 compile errorsDaniel Plasa2020-05-311-120/+31
* fix time string formattingDaniel Plasa2020-05-311-23/+17
* change file date format for LIST command to show proper year in case the file is older than the current yearDaniel Plasa2020-05-301-9/+28
* remove FTP_CLIENT_MSG macroDaniel Plasa2020-05-301-97/+113
* LIST output format change to match FuseFSDaniel Plasa2020-05-301-13/+40
* use a buffer size that only depends on the size of the lwip buffer configDaniel Plasa2020-05-291-2/+2
* use a buffer size that depends on the size of the lwip buffer configurationDaniel Plasa2020-05-291-3/+3
* use esp8266::polledTimeout::oneShotMs fot the timeout handlingDaniel Plasa2020-05-291-26/+20
* move some functions to FTPCommonDaniel Plasa2020-05-281-0/+1205