OWASP FSTM, stage 4: Extracting the filesystem
AFAIK there are no shrink wrapped solutions for updating files on a file system, so you get to create your own. You can either download a compressed archive (there are libraries supporting tar.gz on ESP32 and probably many others) and update your files by decompressing this archive. Or, alternatively you can also update the entire …