Click or drag to resize

TcpTextClientConnect(String, Int32) Method

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

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

Parameters

host  String
Host name or IP address.
port  Int32
Port number.
Exceptions
ExceptionCondition
FtpException -ERR response, Connection error.
See Also