Click or drag to resize

WatchedFtpSite Class

Watched FTP site definition for importation job.
Inheritance Hierarchy
SystemObject
  FileHold.LibraryManagerWatchedFtpSite

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public class WatchedFtpSite

The WatchedFtpSite type exposes the following members.

Constructors
  NameDescription
Public methodWatchedFtpSite
Initializes a new instance of the WatchedFtpSite class
Top
Properties
  NameDescription
Public propertyArchiveExtensions
List of valid archive file extensions. Extensions should not contain dots.
Public propertyDeleteArchives
Determines whether archive files should be deleted from local folder after contents are extracted.
Public propertyDeleteSourceFiles
Determines whether source files shoud be deleted when downloaded to local folder.
Public propertyEmailSettings
Email incoming server settings definition when watching trigger is Email Received.
Public propertyExtractArchives
Determines whether found archive files should be extracted when downloaded to local folder.
Public propertyFtpConnection
Information required to connect to the FTP site.
Public propertyFtpSourceFolder
Path of the source folder on the FTP site.
Public propertyGetNamesFromEmail
Determines whether source filenames should be extracted from email body using a regular expression.
Public propertyNewExtension
Extension which should be used for renaming source files. It should not contain dots.
Public propertyRenameSourceFiles
Determines whether source files should have changed extension when downloaded to local folder.
Public propertyReplaceRegex
Expression to form a filename using characters found in the search.
Public propertySearchRegex
Regular expression that will find each filename in the body of the email.
Public propertySourceFilter
Expression for filtering a source files.
Public propertyTrigger
Type of event which should start watching the source folder.
Top
Extension Methods
See Also