Click or drag to resize

FtpFileWatcher Properties

The FtpFileWatcher type exposes the following members.

Properties
  Name Description
Protected property CanRaiseEvents Gets a value indicating whether the component can raise an event.
(Inherited from Component)
Public property CaseInsensitive Gets or sets FTP case sensitivity of file and directory names.
Public property Container Gets the IContainer that contains the Component.
(Inherited from Component)
Protected property DesignMode Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component)
Public property Directory Gets or sets name of FTP directory name to monitor. Leave blank to monitor initial FTP session directory.
Public property Enabled Gets or sets enabled state of the FtpFileWatcher object.
Protected property Events Gets the list of event handlers that are attached to this Component.
(Inherited from Component)
Public property IsConnected Returns true if FTP file watcher session is connected.
Public property NotifyOnComplete Sets flag for notification time. Set to true to only notify when a file is finished uploading, set to False to get an immediate notification when a new file is detected.
Public property Port Gets or sets FTP server port to use, defaults to 21.
Public property Server Gets or sets FTP server name (DNS name or IP) to watch.
Public property Site Gets or sets the ISite of the Component.
(Inherited from Component)
Public property WatchInterval Gets or sets interval, in seconds, to scan for file changes on monitored FTP directory.
Top
See Also