Class SftpPersistentAcceptOnceFileListFilter

All Implemented Interfaces:
Closeable, AutoCloseable, FileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry>, ResettableFileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry>, ReversibleFileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry>

public class SftpPersistentAcceptOnceFileListFilter extends AbstractPersistentAcceptOnceFileListFilter<org.apache.sshd.sftp.client.SftpClient.DirEntry>
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, David Liu, Artem Bilan