So I have an existing project that I want to make IoT cabable. I got a ESP866 up and running and it works great.
Now the idea I had was to transfer a file from my Host Micro via the serial interface of the ESP8266 over WiFi to an FTP/HTTP server on the internet.
I googled and there seem to be ESP8266 FTP clients but so far I found only ones that are native to the SoC.
What way would you recommend sending a file/data via above described method?
So HOST->ESP8266->FTP
Thanks for any ideas you might have!