summaryrefslogtreecommitdiffstats
path: root/FTPServer.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-30remove FTP_CLIENT_MSG macroDaniel Plasa1-0/+1
2020-05-29use a buffer size that depends on the size of the lwip buffer configurationDaniel Plasa1-1/+0
2020-05-29use esp8266::polledTimeout::oneShotMs fot the timeout handlingDaniel Plasa1-7/+1
2020-05-28update lib propertiesDaniel Plasa1-1/+1
2020-05-28move some functions to FTPCommonDaniel Plasa1-66/+22
2020-05-26use ESP.getMaxFreeBlockSize() / 2 as transfer buffer size for RETRDaniel Plasa1-10/+10
2020-05-26cleanup readme, undecided on the transfer buffer, work in progress on thatDaniel Plasa1-1/+1
2020-05-24rewrite/reworks to also use LittleFS since SPIFFS has become deprecatedDaniel Plasa1-0/+147