Question
how to use httpc_get_file
Hi
I want to download file from HTTP using httpc_get_file
Is there any example how to use it?
I don't know what to put in each variable.
err_t httpc_get_file(const ip_addr_t* server_addr, u16_t port, const char* uri, const httpc_connection_t *settings, altcp_recv_fn recv_fn, void* callback_arg, httpc_state_t **connection)PS
If you have any other working way to download file from http, I will like to know...
Thanks,
Lior
