summaryrefslogtreecommitdiffstats
path: root/FTPServer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-15Update FTPServer.cppSCratORS1-4/+6
2021-11-15Update FTPServer.cppSCratORS1-1/+2
2020-07-06fix silly typoDaniel Plasa1-1/+1
2020-07-06fix issue when FS is out of space when overwriting large filesDaniel Plasa1-5/+10
2020-05-31fix esp32 compile errorsDaniel Plasa1-120/+31
2020-05-31fix time string formattingDaniel Plasa1-23/+17
2020-05-30change file date format for LIST command to show proper year in case the file is older than the current yearDaniel Plasa1-9/+28
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