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
			
			
									
									
						problem with downloading http file
- 
				BackupUser
- PureBasic Guru 
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
- 
				BackupUser
- PureBasic Guru 
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
- 
				BackupUser
- PureBasic Guru 
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by Insomniac.
Delete the URL from cache first.
See this topic viewtopic.php?t=2035
Insomniac - Registered PB User
			
			
									
									
						Delete the URL from cache first.
See this topic viewtopic.php?t=2035
Insomniac - Registered PB User
 , and that is what iam looking for
, and that is what iam looking for