Results 1 to 8 of 8

Thread: Inet OpenURL

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2000
    Posts
    55
    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





  2. #2
    Lively Member
    Join Date
    May 1999
    Location
    India
    Posts
    97

    Exclamation

    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".
    :-)

  3. #3

    Thread Starter
    Member
    Join Date
    Jun 2000
    Posts
    55
    i'm behind a firewall and port 80 is closed so i'm using port 81

  4. #4

    Thread Starter
    Member
    Join Date
    Jun 2000
    Posts
    55
    d/l as byte array the images and then open file for binary and put the image into it

  5. #5
    New Member
    Join Date
    Jun 2000
    Posts
    10
    make sure that on the firewall port 81 is not closed either

  6. #6

    Thread Starter
    Member
    Join Date
    Jun 2000
    Posts
    55
    only port 80 is closed

  7. #7
    Addicted Member
    Join Date
    Apr 2000
    Posts
    215
    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?

  8. #8
    Fanatic Member Dim's Avatar
    Join Date
    Jul 2000
    Posts
    620
    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
    Dim

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width