summaryrefslogtreecommitdiffstats
path: root/espFtpServer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
Also modifications to support also active mode and performance tunings with the use of dynamic buffers when transfering file data.