Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Opening Specific Ports

From: petr:krenzelok:trz:cz at: 10-Nov-2003 15:20

Matt MacDonald wrote:
>How can I control what port (on the client side) gets opened when connecting >to a TCP server? I know you can control which port on the server it >connects to, but not where it connects from. > >Matt > >_________________________________________________________________ >MSN Shopping upgraded for the holidays! Snappier product search... >http://shopping.msn.com >
console 1: server: open tcp://:9005 conn: first wait server console 2: client: open tcp://172.0.0.1:9005 probe client watch for following object words: local-port: 1786 remote-port: 9005 HTH, -pekr-