If I want "no caching" I tend to make an own exe and drive it with arguments, but I think it could be better if there would be an optional flag for ReceiveHTTPFile(), that says caching or not.
I also tried to use the WinApi functions:
Code: Select all
DeleteUrlCacheEntry_(url)
URLDownloadToFile_(#Null, url, localfile, #Null, #Null)
I know, I could use this here:
http://www.purebasic.fr/english/viewtop ... 199#217199
It would be nice to download without caching in ReceiveHTTPFile() - It could make things much more easier.