Click or drag to resize

FtpClientConnect Method

Connects to FTP server using specified credentials.

Namespace:  GSF.Net.AbstractFtpClient
Assembly:  GSF.Net (in GSF.Net.dll) Version: 2.3.313-beta
Syntax
public void Connect(
	string userName,
	string password
)
Request Example View Source

Parameters

userName
Type: SystemString
User name used to authenticate to FTP server.
password
Type: SystemString
Password used to authenticate to FTP server.
See Also