[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Command tsp

NAME

Command tsp :: Target Set ipPort

SYNOPSIS

tsp TargetName IpPort

DESCRIPTION

The tsp command is used to change the default port of the daemon associated with the target. The parameters are the target name and the new IP port.

EXAMPLE

In this example, a target is created and its IP port is printed with ti command. Then the IP port is changed with tsp. The ti is used to verify that change is done.

 
$ dio87d -d
$ dio87c -- ta localhost
$ dio87c -- ti localhost
Target name:	localhost
Description:	
Opened:	FALSE
IP Port:	9997
$
$ dio87c -- tsp localhost 1234
$
$ dio87c -- ti localhost
Target name:	localhost
Description:	
Opened:	FALSE
IP Port:	1234
$

ACCESS CONTROL

This function requires the `manage' privilege for the `target' command family.

SEE ALSO



This document was generated by dom on September, 11 2005 using texi2html