public class FtpInboundFileSynchronizer extends AbstractInboundFileSynchronizer<org.apache.commons.net.ftp.FTPFile>
AbstractInboundFileSynchronizer
for FTP.logger
Constructor and Description |
---|
FtpInboundFileSynchronizer(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory)
Create a synchronizer with the
SessionFactory used to acquire Session instances. |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getFilename(org.apache.commons.net.ftp.FTPFile file) |
protected long |
getModified(org.apache.commons.net.ftp.FTPFile file) |
protected boolean |
isFile(org.apache.commons.net.ftp.FTPFile file) |
afterPropertiesSet, filterFiles, getTemporaryFileSuffix, setDeleteRemoteFiles, setFilter, setIntegrationEvaluationContext, setLocalFilenameGeneratorExpression, setPreserveTimestamp, setRemoteDirectory, setRemoteFileSeparator, setTemporaryFileSuffix, synchronizeToLocalDirectory
public FtpInboundFileSynchronizer(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory)
SessionFactory
used to acquire Session
instances.protected boolean isFile(org.apache.commons.net.ftp.FTPFile file)
isFile
in class AbstractInboundFileSynchronizer<org.apache.commons.net.ftp.FTPFile>
protected java.lang.String getFilename(org.apache.commons.net.ftp.FTPFile file)
getFilename
in class AbstractInboundFileSynchronizer<org.apache.commons.net.ftp.FTPFile>
protected long getModified(org.apache.commons.net.ftp.FTPFile file)
getModified
in class AbstractInboundFileSynchronizer<org.apache.commons.net.ftp.FTPFile>