summaryrefslogtreecommitdiffstats
path: root/FTPClient.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-31fix esp32 compile errorsDaniel Plasa1-2/+7
2020-05-30trow out some macrosDaniel Plasa1-47/+12
2020-05-30fix timeout data typeDaniel Plasa1-1/+1
2020-05-29use a buffer size that only depends on the size of the lwip buffer configDaniel Plasa1-1/+1
2020-05-29use a buffer size that depends on the size of the lwip buffer configurationDaniel Plasa1-2/+1
2020-05-29use esp8266::polledTimeout::oneShotMs fot the timeout handlingDaniel Plasa1-7/+8
2020-05-29explicit name error codes as constexprDaniel Plasa1-8/+8
2020-05-28Add FTP ClientDaniel Plasa1-0/+316