REMOTING CONTROL INTERFACE - UPGRADING A TCP/IP CLIENT
SCRIPT THRU A SERVER APP
to upgrade remotely a
Client Script file from within that server. Here are below different types
of command-strings to use. //
upgrading a script ( comma is a mandatory separator ) .
Inputting option 1: <TCP/IP client identifier>,<fullpath filename of
the new script> [Enter]
for example : 192.168.0.13:6800,c:\upgrade\ProxylogParser_v2.vbe //
upgrading a script and restarting it ( comma is a mandatory separator ) .
Inputting option 2: <TCP/IP client identifier>,<fullpath
filename of the new script>,/restart [Enter]
for example
: 192.168.0.13:6800,c:\upgrade\ProxylogParser_v2.vbe,/restart //
restarting only a script ( comma is a mandatory separator ) .
Inputting option 3: <TCP/IP client identifier>,/bypass,/restart
[Enter]
for example : 192.168.0.13:6800,/bypass,/restart |