Emergency Recovery

Suspended mode.

You can force FTGate into a suspended mode with the following script placed in the startup.fts file in the scriptlib folder

<%

var s= new server.system

s.suspend()

%>