Click or drag to resize

FtpFileWatcherConnect Method

Connects to FTP server and enables file watching if Enabled is true.

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

Parameters

userName  String
A String value as the username.
password  String
A String value as the password.
See Also