Download filesfrom a server via GPRS

As already noted, don’t jump-in to existing threads with your own, unrelated questions:

viewtopic.php?f=53&t=2541&p=10927#p10927

Start your own, new thread for your own, new question.

But, before you do that, take time to read the AT Commands manual and spend some time looking at the facilities available with Open-AT:

wavecom.com/modules/movie/sc … cts_openAT

Ok, I solved this problem! I connect over GPRS to the internet to the specific URL address and I download the file into a buffer!

My problem is that I would like to know the size of the file before downloading it with http protocol. I know there is a wip_getFileSize(channel, eventhandler) function (in the ftp example in wip datasheet) but I cannot use it since httpCreateClient gets NULL for the eventhandler, so there cannot be any handler for the wip_getFileSize(channel, eventhandler) function like in ftp example… Any ideas please?

Thanks in advance!