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