diff --git a/src/reference/asciidoc/ftp.adoc b/src/reference/asciidoc/ftp.adoc index 6014d6156c..b3abbb54c3 100644 --- a/src/reference/asciidoc/ftp.adoc +++ b/src/reference/asciidoc/ftp.adoc @@ -199,8 +199,8 @@ This filter determines which remote files are retrieved. You can also combine a pattern based filter with other filters, such as an `AcceptOnceFileListFilter` to avoid synchronizing files that have previously been fetched, by using a `CompositeFileListFilter`. The `AcceptOnceFileListFilter` stores its state in memory. -If you wish the state to survive a system restart, consider using the`FtpPersistentAcceptOnceFileListFilter` instead. -This filter stores the accepted file names in an instance of the`MetadataStore` strategy (<>). +If you wish the state to survive a system restart, consider using the `FtpPersistentAcceptOnceFileListFilter` instead. +This filter stores the accepted file names in an instance of the `MetadataStore` strategy (<>). This filter matches on the filename and the remote modified time. Since _version 4.0_, this filter requires a `ConcurrentMetadataStore`. diff --git a/src/reference/asciidoc/sftp.adoc b/src/reference/asciidoc/sftp.adoc index 11b915ef0c..b62799df1d 100644 --- a/src/reference/asciidoc/sftp.adoc +++ b/src/reference/asciidoc/sftp.adoc @@ -304,8 +304,8 @@ This filter determines which remote files are retrieved. You can also combine a pattern based filter with other filters, such as an `AcceptOnceFileListFilter` to avoid synchronizing files that have previously been fetched, by using a `CompositeFileListFilter`. The `AcceptOnceFileListFilter` stores its state in memory. -If you wish the state to survive a system restart, consider using the`SftpPersistentAcceptOnceFileListFilter` instead. -This filter stores the accepted file names in an instance of the`MetadataStore` strategy (<>). +If you wish the state to survive a system restart, consider using the `SftpPersistentAcceptOnceFileListFilter` instead. +This filter stores the accepted file names in an instance of the `MetadataStore` strategy (<>). This filter matches on the filename and the remote modified time. Since _version 4.0_, this filter requires a `ConcurrentMetadataStore`.