|
Network ports |
|
|
Customization > Network ports
The network_ports.xml contains the list items for the "Socket connect"-tool. It defines the named label to a specific network port number. It is build via the standard XML and it is very important that the structure is correct. An incorrect structure could cause a system malfunction.
To create a new network port just add a new line and add an entry based on the layout like described below.
<?xml version="1.0" encoding="utf-8"?> <list> <port name="FTP" value="21"/> <port name="SSH" value="22"/> <port name="Telnet" value="23"/> ... </list>
|
© 2006 unic8 Studios