Difference between revisions of "Sockopen"

From Scriptwiki
Jump to: navigation, search
m
m
 
Line 10: Line 10:
  
 
[[Category:Socket]]
 
[[Category:Socket]]
 +
[[Category:Commands]]

Latest revision as of 20:25, 30 January 2011

/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