addremotehost
URL
,
HOSTNAME

The addremotehost statement makes a remote host available to this computer.


Parameters

This statement has two parameters:

url – is the url of the host to be added to the list of hosts available to this computer.

hostname – is a field or variable in which the name of the connected host will be placed. This parameter is optional, if you don’t care what the name of the host server is, you can omit it.


Description

This statement makes a remote host available to this computer. For example

addremotehost "http://myremotehost.com"

If the remote host is not on port 80, the port number must be included in the URL, like this:

addremotehost "http://myremotehost.com:8080"

Once the remote host has been added, you’ll see it listed in the Server Administration Wizard.


See Also


History

VersionStatusNotes
10.2NewNew in this version.