Click or drag to resize

FtpConnect Method (String)

Connects to FTP server on port 21. Use ConnectSSL(String) 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
)

Parameters

host
Type: SystemString
Target host name or IP address.
See Also