Click or drag to resize

TcpTextClientConnect Method (IPAddress, Int32, Boolean)

Connects to server.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public void Connect(
	IPAddress ipAddress,
	int port,
	bool useSSL
)

Parameters

ipAddress
Type: System.NetIPAddress
IP address.
port
Type: SystemInt32
Port number.
useSSL
Type: SystemBoolean
if true creates SSL connection.
Exceptions
ExceptionCondition
FtpException -ERR response, Connection error.
See Also