Difference between revisions of "Sockopen"
From Scriptwiki
m |
m |
||
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 11: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.