﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1772	InetGet reload from the remote site	anonymous		"I have searched the forum and found quite a few people have this problem, but I have not found any solutions either on the forum or in the ""AutoIt issue tracker"".

I'm using InetGet() to download a txt file just after calling a php page (that creates the file).

I've set the options to 1 (= Forces a reload from the remote site.), but it doesn't seem to work.  I always end up with the first file I downloaded, and never with an updated one.

Even the file that is lying in my temporary internet files, is the newest one, but AutoIt is not using the latest file.

{{{
InetGet(""http://www.rapidstudio.info/fran/listaff.txt"", @TempDir & ""\listaff.txt"", 1, 1)
}}}

Thanx in advance!

Fran"	Bug	closed		AutoIt	3.3.6.1	None	Works For Me		fran@…
