|
-
Jul 11th, 2000, 06:02 PM
#1
Thread Starter
Member
hello
i used inet control, with the method openurl to download a file from a web url
now i want to download a file from a url at port 81 instead of 80
i tried to use the property remoteport:
Inet1.RemotePort = 81
but it doesn't work..
how can i solve my problem?
thanks
-
Jul 12th, 2000, 06:44 AM
#2
Lively Member
mate,
this is realted.. but y are u using port 81??? Asking cause i'm trying to write a proxy server.. n i can download html pages just fine [using port 80] but i never get hte images...
any clues???
cheers
gaurav
[email protected]
" Programming today is a race between software-engineers striving to build bigger and
better idiot-proof programs and the universe trying to produce bigger and better idiots.
So far the universe is winning". :-)
-
Jul 12th, 2000, 03:50 PM
#3
Thread Starter
Member
i'm behind a firewall and port 80 is closed so i'm using port 81
-
Jul 12th, 2000, 03:54 PM
#4
Thread Starter
Member
d/l as byte array the images and then open file for binary and put the image into it
-
Jul 12th, 2000, 04:10 PM
#5
New Member
make sure that on the firewall port 81 is not closed either
-
Jul 12th, 2000, 04:23 PM
#6
Thread Starter
Member
-
Jul 12th, 2000, 09:54 PM
#7
Addicted Member
from what I know, webpage servers only listen on one port for webpage requests port 80, so when you try to request port 81, so nothing is listing on the webpages server to process your request. As for getting around the port 80 block I wouldn't have a clue sorry.
How do you normally download webpages behind your firewall? or can't you?
-
Jul 13th, 2000, 02:11 AM
#8
Fanatic Member
Heh, Crypt brings on a good point...if the firewall blocks off port 80, how do you load sites? I know that port 81 is (i think) assigned to the server that the site is on, and 80 is directly for the site. May i ask why you are trying to download the file from port 81? It seems kinda strange...or is it just me.
Well i suggest you either confirm that you need to be using post 81 or try using a different control.
Gl,
D!m
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|