WatchedFtpSite Class

Watched FTP site definition for importation job.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public class WatchedFtpSite
Inheritance
Object    WatchedFtpSite

Constructors

WatchedFtpSiteInitializes a new instance of the WatchedFtpSite class

Properties

ArchiveExtensions List of valid archive file extensions. Extensions should not contain dots.
DeleteArchives Determines whether archive files should be deleted from local folder after contents are extracted.
DeleteSourceFiles Determines whether source files shoud be deleted when downloaded to local folder.
EmailSettings Email incoming server settings definition when watching trigger is Email Received.
ExtractArchives Determines whether found archive files should be extracted when downloaded to local folder.
FtpConnection Information required to connect to the FTP site.
FtpSourceFolder Path of the source folder on the FTP site.
GetNamesFromEmail Determines whether source filenames should be extracted from email body using a regular expression.
NewExtension Extension which should be used for renaming source files. It should not contain dots.
RenameSourceFiles Determines whether source files should have changed extension when downloaded to local folder.
ReplaceRegex Expression to form a filename using characters found in the search.
SearchRegex Regular expression that will find each filename in the body of the email.
SourceFilter Expression for filtering a source files.
Trigger Type of event which should start watching the source folder.

Extension Methods

See Also