I am trying to download a zip file via HTTP and it would appear that InetGet() should do the trick.
The code is below. Any ideas
CODE$result=InetGet ( "https://user:pass@www.brisnet.com/secure-bin/brisclub/brisrep.cgi/ggx0107n.zip?drmggx0107n.zip" ,"C:\Horsedownloads", 0 , 0 )
While @InetGetActive
TrayTip("Downloading", "Bytes = " & @InetGetBytesRead, 10, 16)
Sleep(250)
Wend
MsgBox(1,"result","Result of GetInet: "&$result)
of course user and pass are subs for the real usern