Class FtpPersistentAcceptOnceFileListFilter

All Implemented Interfaces:
Closeable, AutoCloseable, FileListFilter<org.apache.commons.net.ftp.FTPFile>, ResettableFileListFilter<org.apache.commons.net.ftp.FTPFile>, ReversibleFileListFilter<org.apache.commons.net.ftp.FTPFile>

public class FtpPersistentAcceptOnceFileListFilter extends AbstractPersistentAcceptOnceFileListFilter<org.apache.commons.net.ftp.FTPFile>
Persistent file list filter using the server's file timestamp to detect if we've already 'seen' this file.
Since:
3.0
Author:
Gary Russell