OpenNetworkConnection()

Syntax

ConnectionID = OpenNetworkConnection(ServerName$, Port)
Description
Try to open a connection on the specified server. 'ServerName$' can be an IP address or a full name (ie: "127.0.0.1" or "ftp.home.net").

If the connection has be granted by the server, the ConnectionID is not NULL, otherwise the connection has failed. ConnectionID is needed by all receive and send commands.

Supported OS

All

<- NextIPAddress() - Network Index - ReceiveNetworkData() ->