My German Internet provider has informed me that from January 1st, 2024 they do not support FTP any more.
I have serveral esp32 logger running and transfering a low amount of data to my webspace using FTP. I’m visiualizing the data on my webserver with the help of javascript. So the information can be seen using a browser anywhere in the world.
Is there any chance to move from FTP to any other safe protocol on ESP32 (orESP8266)?
I know there is MQTT and others, but I would like do visualize the date exactly like before with javascript and have the data on my webserver (webspace) only. An example is attached showing the weather situation at a certain place.
Hi.
Unfortunately, I’m not very familiar with this subject.
I think it is possible, but there is little information available.
Try search terms like “ESP32 FTP over TLS”, “ESP32 secure FTP”.
It also depends on the library you’re using. Some libraries already provide examples of secure/encrypted communication.
Regards,
Sara