Click or drag to resize

TcpTextClientConnect Method (IPEndPoint, Boolean)

Connects to server.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public void Connect(
	IPEndPoint ipEndPoint,
	bool useSSL
)

Parameters

ipEndPoint
Type: System.NetIPEndPoint
IP end point of the connection.
useSSL
Type: SystemBoolean
if true creates SSL connection.
Exceptions
ExceptionCondition
FtpException -ERR response, Connection error.
See Also