Hello,
What I want to do is download file like this:
www.support-focus.com/test_map.zip
This is my sitemap zipped up and I want to use this as a test.
I am going to run the php script on a different server.
test_map is an xml file so what I want to do is download
the test_map.zip, unzip it and rename it to sitemap.xml
When I googled this, I found reference to a Pclzip class
But I was thinking there might be something in the curl
library that does it.
Since I want to grab the file with curl, does anyone know if curl can
unzip the file ?
If so how do I do it with the above file.
many thanks