summaryrefslogtreecommitdiffstats
path: root/FTPClient.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-02fix building for esp32 core 2.0.8Emil Muratov1-1/+1
2021-11-15Update FTPClient.cppSCratORS1-2/+2
2020-10-29Correct client upload in blocking modenorbim11-2/+2
2020-07-06replace %S with %s, seems that printf can cope with thatDaniel Plasa1-1/+1
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