Network ports

Top  Previous  Next

Customization > Network ports


 

Description

 

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.

 

 

 

Sample

 

<?xml version="1.0" encoding="utf-8"?>

<list>

  <port name="FTP" value="21"/>

  <port name="SSH" value="22"/>

  <port name="Telnet" value="23"/>

  ...

</list>

 

 

 

Node types

 

String

Description

Editable

<list>

</list>

Root node of the document.

forbidden

<port name="HTTP" value="80"/>

Attributes:

name = List item label [String]

value = Network port [Integer]

 

NOTE: It is very important to add the slash at the end of the XML node otherwise the document will be invalid.

check

 

 

 

 

 



  © 2006 unic8 Studios