InetPowerServer/2 - System variables

Intro

IPS support variables in all text sent to the users, these variables are inserted in the text between two % symbols. You may use these variables when you modify your IPS language files or in text files which are sent as responses to the users.

System wide read-only variables

%_ips.date%        Current date.
%_ips.time%        Current time.

Setup group read-only variables

%_grp. %

IPSCFG session read-only variables

%_ipscfg. %

FTP session read-only variables

%_ftp.curdir%      Directory of current session.
%_ftp.curdisk%     Root and current directory of current session in OS format.
%_ftp.curroot%     Root directory of current session.
%_ftp.cmdsock%     Command socket of current session.
%_ftp.debugflag%   Debugflag from ipsgroup.cfg.
%_ftp.logfile%     LogFile from ipsgroup.cfg.
%_ftp.remoteip%    Client IP address.
%_ftp.remotehost%  Client host name.
%_ftp.sessions%    Number of sessions active on this service.
%_ftp.timeout%     Idle timeout value of current session.
%_ftp.timeoutmax%  TimeoutMax from ipsgroup.cfg.
%_ftp.type%        Transfer type setting of current session.
%_ftp.usr.username%
                   Name of user in current session.
%_ftp.welcomefile% WelcomeFile from ipsgroup.cfg.