Difference between revisions of "Sockopen"
From Scriptwiki
m |
m |
||
Line 6: | Line 6: | ||
The -e switch creates an SSL connection. | The -e switch creates an SSL connection. | ||
− | + | == See also == | |
* [[on sockopen]] | * [[on sockopen]] | ||
[[Category:Socket]] | [[Category:Socket]] |
Revision as of 09:14, 2 July 2007
/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.