2018-09-08 03:35 AM
@Community member @Andrew Neil
2018-09-08 08:59 AM
I personally find HTTP simpler to implement.
If the modem can receive files, perhaps start by utilizing that functionality. Frequently modems have their own FOTA mechanism, you might have to provide server addresses/resources, and then walk the modem through it's process.
You should perhaps seek guidance from colleagues, or find a contractor with suitable competence.
Commercial solutions likely provide FTP and TFTP clients.
https://www.micrium.com/rtos/tcpip/
2018-09-14 12:22 AM
Who is "we" ? Is this a commercial project?
Before doing it over the air, have you understood the basics of doing in-application firmware update? ST have application notes on this ...
FTP is purely a data transfer protocol; it has nothing specifically to do with Firmware update - so you can use any FTP example to get you going with FTP ...