Click or drag to resize

FtpFileWatcher(Boolean, Boolean) Constructor

Constructs a new FTP file watcher using the specified settings.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public FtpFileWatcher(
	bool caseInsensitive,
	bool notifyOnComplete
)
View Source

Parameters

caseInsensitive  Boolean
Set to true to not be case sensitive with FTP file and directory names.
notifyOnComplete  Boolean
Set to true to notify after file has completed uploading -or- set to false for immediate notification of new file.
See Also