[ next ] [ language reference ] [ table of contents ]
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.
req | name | type | description |
---|---|---|---|
Y | port | expression | The port to connect to. |
udp “100”
Makes a connection to port 100 on the computer identified by the last dns command.
Alertra Script Language: Language Reference