Click or drag to resize

TcpTextClientConnect(IPAddress, Int32, Boolean) Method

Connects to server.

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

Parameters

ipAddress  IPAddress
IP address.
port  Int32
Port number.
useSSL  Boolean
if true creates SSL connection.
Exceptions
ExceptionCondition
FtpException -ERR response, Connection error.
See Also