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