JANUS DISPLAYSOCK: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
m (1 revision)
(No difference)

Revision as of 00:13, 1 July 2011

<section begin="desc" />Display rules for socket port.<section end="desc" />

This command displays the rules in effect (the active rules) for one or more more specified CLSOCK, DEBUGGERCLIENT, SRVSOCK, or FTPSERVER ports.

JANUS DISPLAYSOCK portname

JANUS DISPLAYSOCK command syntax

Where

portname identifies the ports whose rules are to be displayed.

JANUS DISPLAYSOCK output is in the form of a series of JANUS CLSOCK and JANUS SRVSOCK commands, and it may be captured for re-execution with a Model 204 USE command or with a sirius daemon object.

If JANUS DISPLAYSOCK is specified for an FTP port, it displays the FTP entities defined for the port, in addition to the command's usual output. The FTP entities include folders created, rules defined, and permissions granted.

DISSOCK is a valid abbreviation for DISPLAYSOCK. The following command will display the rules in effect for all CLSOCK, DEBUGGERCLIENT, SRVSOCK, and FTPSERVER ports whose names begin with “OZ”:

JANUS DISSOCK OZ*

JANUS rules are not shown if they were made obsolete by subsequent rules; the JANUS DISPLAYSOCK command only shows rules that are active.

See: Janus command list