SRVNAME Define service name and control interaction with SrvMonitor |
Top Previous Next |
This command defines the name of the current Robo-FTP session so that it can be identified when SrvMonitor (a Windows desktop tray applet) is started. This command is provided as an alternative to the -t command line switch.
SrvMonitor is a separate utility permiting running Robo-FTP session(s) to be monitored by any user when Robo-FTP has been launched as a Windows service or when it is otherwise running hidden in the background. See Monitoring a Robo-FTP Service for more information.
If Robo-FTP has been installed a Windows service by SrvInstaller then use of this command is not necessary unless you wish to disable monitoring via the /off option. When launched by SrvInstaller, the identification string used by SrvMonitor is set to the service name specified when the service is created.
The following command defines a service name and enables Robo-FTP interaction with SrvMonitor. The name specified will appear in SrvMonitor windows and/or menus to identify this instance of Robo-FTP.
SRVNAME "MyRobo-FTP"
The following command defines a service name and automatically launches SrvMonitor. This option is not allowed if Robo-FTP is running as a Windows service.
SRVNAME "MyRobo-FTP" /launch
The following command disables Robo-FTP interaction with SrvMonitor. Interaction may be restored by (re)issuing the previous command.
SRVNAME /off
|