Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Logical Name Built-In Variables

When a session is established, built-in variables are created for each transfer server and contain information about each server.

The names of these variables are based on the logical name of the transfer server, preceded by an underscore. If the primary transfer server is not specified (implying a two-party transfer session), its built-in variable will have the name _local.

These logical name built-in variables persist only for the duration of the session.

They have three attributes:

host

Contains the host name of the transfer server.

port

Holds the port used to connect to the transfer server over.

user

Contains the userid used to sign into the transfer server.

Examples

The following shows how these built-in variables can be used:

 

This example produces the following output:

 

  • No labels