Click or drag to resize

TcpTextClientConnect Method (String, Int32, Boolean)

Connects to server.

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

Parameters

host
Type: SystemString
Host name or IP address.
port
Type: SystemInt32
Port number.
useSSL
Type: SystemBoolean
if true creates SSL connection
Exceptions
ExceptionCondition
FtpException Error response, connection error.
See Also