Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-05-29 | use a buffer size that only depends on the size of the lwip buffer config | Daniel Plasa | 1 | -2/+2 |
2020-05-29 | use a buffer size that depends on the size of the lwip buffer configuration | Daniel Plasa | 1 | -3/+3 |
2020-05-29 | use esp8266::polledTimeout::oneShotMs fot the timeout handling | Daniel Plasa | 1 | -26/+20 |
2020-05-28 | move some functions to FTPCommon | Daniel Plasa | 1 | -132/+30 |
2020-05-26 | fix counting of transfered bytes | Daniel Plasa | 1 | -0/+1 |
2020-05-26 | use ESP.getMaxFreeBlockSize() / 2 as transfer buffer size for RETR | Daniel Plasa | 1 | -41/+36 |
2020-05-26 | cleanup readme, undecided on the transfer buffer, work in progress on that | Daniel Plasa | 1 | -3/+3 |
2020-05-26 | try subtile malloc()'ing buffers with 16 byte steps until we get something | Daniel Plasa | 1 | -16/+12 |
2020-05-24 | rewrite/reworks to also use LittleFS since SPIFFS has become deprecated | Daniel Plasa | 1 | -0/+1315 |