Program ESP32 through remote FTP server

Is there any way to program the ESP32 board from a remote FTP server. I came across TinyFTPClient library but that is only for file read and write. In my case i want to program my ESP32 board through remote FTP server. Guide me in this issue.

Regards
VJSargunam

No.

no possible with ftp server but you there is OTA for programming the board remotely over the internet. you can check this link https://lastminuteengineers.com/esp32-ota-updates-arduino-ide/#:~:text=”%20(OTA).-,What%20is%20OTA%20programming%20in%20ESP32%3F,access%20to%20the%20ESP%20module.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.