summaryrefslogtreecommitdiffstats
path: root/FTPClient.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix building for esp32 core 2.0.8Emil Muratov2023-05-021-1/+1
* fix esp32 compile errorsDaniel Plasa2020-05-311-0/+1
* Give credits to https://github.com/danbicks and his code posted in https://github.com/esp8266/Arduino/issues/1183#issuecomment-634556135Daniel Plasa2020-05-311-15/+3
* fix timeout data typeDaniel Plasa2020-05-301-1/+1
* use esp8266::polledTimeout::oneShotMs fot the timeout handlingDaniel Plasa2020-05-291-1/+1
* explicit name error codes as constexprDaniel Plasa2020-05-291-3/+11
* Add FTP ClientDaniel Plasa2020-05-281-0/+119