
Microsoft.XMLHTTP Cache Question
I recently created a script that used Microsoft.XMLHTTP
to download over 1000 files (750MB) from an ftp site. It
worked like a dream but I have a concern about these
files still being stored in my cache somewhere. I ran the
script again and noticed that my network usage was 0%,
but the files were appearing at an alarming speed meaning
that they must still be stored somewhere on my PC. The
question is where are they stored and how do I clear them?
Thanks in advance