A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/robinrodricks/FluentFTP/wiki/FTPS-Monitor below:

FTPS Monitor · robinrodricks/FluentFTP Wiki · GitHub

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:

How do I monitor folders on my FTP(S) server?
  1. You must create an FTP client class which can connect to your FTP server.
  2. Create any FTP monitor class, and provide it your FTP client instance, which it will exclusively use to connect to your FTP server.
  3. You must then provide a set of FTP folder paths that it should monitor (in the constructor).
  4. It will periodically check the FTP folder (by getting a listing of files) and then compare the previous listing with the current listing, to see which files have been changed.
  5. If any files have changed, it will trigger the ChangeDetected event/callback with the details passed to your application in a FtpMonitorEventArgs object

RetroSearch 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