Posted: Thu Apr 10, 2003 6:48 am
Restored from previous forum. Originally posted by Kendrel.
iam using the follow code to download a http file... it works, but since the file is stored temporary, it doesnt actually download a new version sometimes...
If URLDownloadToFile_(0, URL$+IPListFileName$, IPListFileName$, 0, 0) 0
MessageRequester("Info!", "Couldn't Download IPList!", 0)
EndIf
probably someone of you knows a better way, that will actually download the file EVERY time...
thx for you time,
kendrel
iam using the follow code to download a http file... it works, but since the file is stored temporary, it doesnt actually download a new version sometimes...
If URLDownloadToFile_(0, URL$+IPListFileName$, IPListFileName$, 0, 0) 0
MessageRequester("Info!", "Couldn't Download IPList!", 0)
EndIf
probably someone of you knows a better way, that will actually download the file EVERY time...
thx for you time,
kendrel