                                Command : PORT

 SYNTAX:
   [mc ##] Command : port <NUMBER>

The port command informs Empire to open the binary data connection using a TCP
stream  socket  to the specified port on the host from which you are currently
connected.  You specify the port number to which Empire will connect.

In order to use this properly, your client program must first set up a  binary
data  socket  using  the listen() system call (among others), pass the port on
which it is listening to this command, and then wait for Empire to connect  to
it.

Note that this is not a command that players will generally utilize.

See also : dump, stat.

