Sockopen: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 5: Line 5:
The -d switch means that you specified an ip address as the bind address.
The -d switch means that you specified an ip address as the bind address.
The -e switch creates an SSL connection.
The -e switch creates an SSL connection.
=== See also ===
* [[on sockopen]]


[[Category:Socket]]
[[Category:Socket]]

Revision as of 10:11, 11 September 2006

/sockopen [-de] [bindip] <name> <address> <port>

The /sockopen command initiates a connection to the specified address and port. You can specify either an ip address or a named address (which will be resolved to an ip address).

The -d switch means that you specified an ip address as the bind address. The -e switch creates an SSL connection.

See also