summaryrefslogtreecommitdiffstats
path: root/FTPClient.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-02fix building for esp32 core 2.0.8Emil Muratov1-1/+1
2020-05-31fix esp32 compile errorsDaniel Plasa1-0/+1
2020-05-31Give credits to https://github.com/danbicks and his code posted in https://github.com/esp8266/Arduino/issues/1183#issuecomment-634556135Daniel Plasa1-15/+3
2020-05-30fix timeout data typeDaniel Plasa1-1/+1
2020-05-29use esp8266::polledTimeout::oneShotMs fot the timeout handlingDaniel Plasa1-1/+1
2020-05-29explicit name error codes as constexprDaniel Plasa1-3/+11
2020-05-28Add FTP ClientDaniel Plasa1-0/+119