Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-05-28 | remove duplicates | Daniel Plasa | 1 | -147/+0 | |
2020-05-26 | use ESP.getMaxFreeBlockSize() / 2 as transfer buffer size for RETR | Daniel Plasa | 1 | -10/+10 | |
use 2048 bytes for STOR | |||||
2020-05-26 | cleanup readme, undecided on the transfer buffer, work in progress on that | Daniel Plasa | 1 | -1/+1 | |
2020-05-24 | rewrite/reworks to also use LittleFS since SPIFFS has become deprecated | Daniel Plasa | 1 | -0/+147 | |
Also modifications to support also active mode and performance tunings with the use of dynamic buffers when transfering file data. |