Click or drag to resize

TcpTextClientConnect Method (String, Int32)

Connects to server. Use ConnectSSL(String, Int32) when SSL connection is needed.

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

Parameters

host
Type: SystemString
Host name or IP address.
port
Type: SystemInt32
Port number.
Exceptions
ExceptionCondition
FtpException -ERR response, Connection error.
See Also