Click or drag to resize

TcpTextClientConnectSSL Method

Connects to server using SSL.

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public void ConnectSSL(
	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