Page 1 of 1

How to download bin file from https server and then store sdcard

Posted: Mon Feb 08, 2021 8:40 am
by pavepart
Hi,
What I want to do is download bin file from https server via wifi
ex) https://www.esp32.com/upload/test.bin

and then store to sdcard.

I just make connect wifi & init sdcard code but don't know how to
connect sever and get bin file.

plz help me. thank you.

Re: How to download bin file from https server and then store sdcard

Posted: Mon Feb 08, 2021 10:38 am
by ESP_Minatel

Re: How to download bin file from https server and then store sdcard

Posted: Tue Feb 09, 2021 3:21 am
by pavepart
Hi,

but it looks like a file server example.
I already have my own file server.
I just want to download file via WiFi using esp32 and store file to sdcard.

Which example what should I see?