Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix building for esp32 core 2.0.8 | Emil Muratov | 2023-05-02 | 1 | -1/+1 |
| | | | | __FlashStringHelper class is abstract, so use String& instead | ||||
* | Correct client upload in blocking mode | norbim1 | 2020-10-29 | 1 | -2/+2 |
| | | | Client upload with TransferType=FTP_PUT cleared the local file content. It first opened the file in write mode, because (direction & FTP_GET) gives TRUE in this case also. As a result blocking mode always uploaded a 0 length file and cleared the local file. | ||||
* | replace %S with %s, seems that printf can cope with that | Daniel Plasa | 2020-07-06 | 1 | -1/+1 |
| | |||||
* | fix esp32 compile errors | Daniel Plasa | 2020-05-31 | 1 | -2/+7 |
| | |||||
* | trow out some macros | Daniel Plasa | 2020-05-30 | 1 | -47/+12 |
| | |||||
* | fix timeout data type | Daniel Plasa | 2020-05-30 | 1 | -1/+1 |
| | |||||
* | use a buffer size that only depends on the size of the lwip buffer config | Daniel Plasa | 2020-05-29 | 1 | -1/+1 |
| | |||||
* | use a buffer size that depends on the size of the lwip buffer configuration | Daniel Plasa | 2020-05-29 | 1 | -2/+1 |
| | |||||
* | use esp8266::polledTimeout::oneShotMs fot the timeout handling | Daniel Plasa | 2020-05-29 | 1 | -7/+8 |
| | |||||
* | explicit name error codes as constexpr | Daniel Plasa | 2020-05-29 | 1 | -8/+8 |
| | |||||
* | Add FTP Client | Daniel Plasa | 2020-05-28 | 1 | -0/+316 |