I'd like create a little program to daily downloading files from i-net by using new component "QDownload.inc". The QDownload example (http://citymap.getmyip.com/_scripts/file.php?f=1184&r=2330) works OK (form appears on screan), but if I pressed button Download, the message was shown: "You are not connected to the Internet". I have LAN connection to internet by proxy server address 10.5.8.20, port 80. I am not master to LAN or NET settings :..-(. I have not proxy client. --------------------------- Dim Download as QDownload ....showmessage "Port: " & str$(Download.Port) ' returns 80 ....showmessage "Server: " & Download.Server ' returns empty (null?)string --------------------------- Anybody can help me?
Find out from archive, try: ------------------------------------- From: Andreas.Fink@w... Date: Mon Feb 5, 2001 5:49 am Subject: Re: HTTP Proxy
> I know you can use an http proxy with Rapid-q, however, > I can't seem to figure out how.
That's not difficult: You connect to the proxy on the port specified (often 8080 but not always...), you send the GET-Message, but you add the complete URL not only the filename as you did in usual HTTP... then you get the data sent and you're served...