FluentFTP includes high-level classes that will monitor any number of folders on an FTP(S) server and generate events when files are added, edited or deleted.
You can use this to implement FTP monitoring functionality on any client program or cloud service.
Create an instance of any one of these classes to monitor an FTP server.
The FTP monitor classes have these settings:
monitor.ChangeDetected - Event handler or callback that will be triggered when any files have changed.
monitor.PollInterval - Gets or sets the polling interval. Default: 10 minutes.
monitor.Recursive - Gets or sets whether to recursively monitor subfolders. Default: false.
monitor.WaitForUpload - Whether to wait for list items to be fully uploaded (having a stable file size) before reporting them as added. Default: true.
ChangeDetected
event/callback with the details passed to your application in a FtpMonitorEventArgs
objectRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4