summaryrefslogtreecommitdiffstats
path: root/espFtpServer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix counting of transfered bytesDaniel Plasa2020-05-261-0/+1
* use ESP.getMaxFreeBlockSize() / 2 as transfer buffer size for RETRDaniel Plasa2020-05-261-41/+36
* cleanup readme, undecided on the transfer buffer, work in progress on thatDaniel Plasa2020-05-261-3/+3
* try subtile malloc()'ing buffers with 16 byte steps until we get somethingDaniel Plasa2020-05-261-16/+12
* rewrite/reworks to also use LittleFS since SPIFFS has become deprecatedDaniel Plasa2020-05-241-0/+1315