Alertra Script Language 1.9
udp
Makes a UDP connection to the given port. There are several predefined constants for common ports: HTTP_PORT, HTTPS_PORT, FTP_PORT, SMTP_PORT, POP3_PORT, TELNET_PORT, SSH_PORT, IMAP4_PORT.
usage: udp [port]
parameters:
req | name | type | description |
---|---|---|---|
Y | port | expression | The port to connect to. |
examples
udp "100"
Makes a connection to port 100 on the computer identified by the last dns command.
Alertra Script Language: Language Reference