Package org.springframework.integration.ftp.filters
package org.springframework.integration.ftp.filters
Provides classes supporting FTP file filtering.
-
ClassesClassDescriptionThe
AbstractLastModifiedFileListFilterimplementation to filter those files whichFTPFile.getTimestampInstant()is less than the age in comparison with theInstant.now().Persistent file list filter using the server's file timestamp to detect if we've already 'seen' this file.Implementation ofAbstractRegexPatternFileListFilterfor FTP.Implementation ofAbstractSimplePatternFileListFilterfor FTP.FTP implementation ofAbstractMarkerFilePresentFileListFilter.