summaryrefslogtreecommitdiffstats
path: root/FTPServer.h (unfollow)
Commit message (Collapse)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
use 2048 bytes for STOR
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
Also modifications to support also active mode and performance tunings with the use of dynamic buffers when transfering file data.