TCPIP Object
 
Syntax
 
TCPIP.Connect [RemoteHost][, RemotePort]
 
Description
Connects to a remote computer or network service, using the WinSocket API and TCP/IP services. The state of the connection can be checked by using the ConnectionActive function.
 
Parameter
Description
RemoteHost
Optional. Internet name or IP address to connect with. If omitted, the last used RemoteHost setting will be used.
RemotePort
Optional. The portnumber that will be used for the connection. Varies depending on the network service. For example, use portnumber 21 to use FTP network services. If omitted, the last used RemotePort setting will be used.
 
See Also
Example