Click or drag to resize

TcpTextClientConnectSSL Method

Connects to server using SSL.

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