summaryrefslogtreecommitdiffstats
path: root/FTPServer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-30remove FTP_CLIENT_MSG macroDaniel Plasa1-97/+113
2020-05-30LIST output format change to match FuseFSDaniel Plasa1-13/+40
2020-05-29use a buffer size that only depends on the size of the lwip buffer configDaniel Plasa1-2/+2
2020-05-29use a buffer size that depends on the size of the lwip buffer configurationDaniel Plasa1-3/+3
2020-05-29use esp8266::polledTimeout::oneShotMs fot the timeout handlingDaniel Plasa1-26/+20
2020-05-28move some functions to FTPCommonDaniel Plasa1-132/+30
2020-05-26fix counting of transfered bytesDaniel Plasa1-0/+1
2020-05-26use ESP.getMaxFreeBlockSize() / 2 as transfer buffer size for RETRDaniel Plasa1-41/+36
2020-05-26cleanup readme, undecided on the transfer buffer, work in progress on thatDaniel Plasa1-3/+3
2020-05-26try subtile malloc()'ing buffers with 16 byte steps until we get somethingDaniel Plasa1-16/+12
2020-05-24rewrite/reworks to also use LittleFS since SPIFFS has become deprecatedDaniel Plasa1-0/+1315