How can I implement FTP client?
Posted: Mon Jan 22, 2018 2:15 am
Hi!
I want to use ftp client in ESP for OTA update.
I used libCurl in example: https://github.com/loboris/ESP32_curl_example
But it have a problem. The code size is too big !!! Binary file size reach 1.5MB.
I tried to find other light weight library for FTP client but I can't find anything.
Someone have any suggestion?
I want to use ftp client in ESP for OTA update.
I used libCurl in example: https://github.com/loboris/ESP32_curl_example
But it have a problem. The code size is too big !!! Binary file size reach 1.5MB.
I tried to find other light weight library for FTP client but I can't find anything.
Someone have any suggestion?