Click or drag to resize

FtpClientConnect Method

Connects to FTP server using specified credentials.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public void Connect(
	string userName,
	string password
)
View Source

Parameters

userName  String
User name used to authenticate to FTP server.
password  String
Password used to authenticate to FTP server.
See Also