Sockopen: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
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]] | ||
[[Category:Commands]] |
Latest revision as of 18: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.