summaryrefslogtreecommitdiffstats
path: root/espFtpServer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove duplicatesDaniel Plasa2020-05-281-1307/+0
|
* fix counting of transfered bytesDaniel Plasa2020-05-261-0/+1
|
* use ESP.getMaxFreeBlockSize() / 2 as transfer buffer size for RETRDaniel Plasa2020-05-261-41/+36
| | | | use 2048 bytes for STOR
* 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.