Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use ESP.getMaxFreeBlockSize() / 2 as transfer buffer size for RETR | Daniel Plasa | 2020-05-26 | 1 | -2/+2 |
| | | | | use 2048 bytes for STOR | ||||
* | rewrite/reworks to also use LittleFS since SPIFFS has become deprecated | Daniel Plasa | 2020-05-24 | 1 | -0/+115 |
Also modifications to support also active mode and performance tunings with the use of dynamic buffers when transfering file data. |