All Classes

Class Description
ApacheMinaSftpEvent
ApplicationEvent generated from Apache Mina sftp events.
ApacheMinaSftpEventListener
A listener for SFTP events emitted by an Apache Mina sshd/sftp server.
DefaultSftpSessionFactory
Factory for creating SftpSession instances.
DirectoryCreatedEvent
An event emitted when a directory is created.
FileWrittenEvent
An event that is emitted when a file is written.
GeneralSftpException
Simple runtime exception to wrap an SftpException.
JschProxyFactoryBean
Spring-friendly factory bean to create Jsch Proxy objects.
JschProxyFactoryBean.Type  
PathMovedEvent
An event emitted when a path is moved.
PathRemovedEvent
An event emitted when a file or directory is removed.
SessionClosedEvent
An event emitted when a session is closed.
SessionOpenedEvent
An event emitted when a session is opened.
Sftp
The factory for SFTP components.
SftpFileInfo
A FileInfo implementation for SFTP.
SftpInboundChannelAdapterParser
Parser for 'sftp:inbound-channel-adapter'
SftpInboundChannelAdapterSpec
A RemoteFileInboundChannelAdapterSpec for an SftpInboundFileSynchronizingMessageSource.
SftpInboundFileSynchronizer
Handles the synchronization between a remote SFTP directory and a local mount.
SftpInboundFileSynchronizingMessageSource
A MessageSource implementation for SFTP that delegates to an InboundFileSynchronizer.
SftpMessageHandler
Subclass of FileTransferringMessageHandler for SFTP.
SftpMessageHandlerSpec  
SftpNamespaceHandler
Provides namespace support for using SFTP.
SftpOutboundChannelAdapterParser
Parser for SFTP Outbound Channel Adapters.
SftpOutboundGateway
Outbound Gateway for performing remote file operations via SFTP.
SftpOutboundGatewayParser  
SftpOutboundGatewaySpec  
SftpPersistentAcceptOnceFileListFilter
Persistent file list filter using the server's file timestamp to detect if we've already 'seen' this file.
SftpRegexPatternFileListFilter
Implementation of AbstractRegexPatternFileListFilter for SFTP.
SftpRemoteFileTemplate
SFTP version of RemoteFileTemplate providing type-safe access to the underlying ChannelSftp object.
SftpSession
Default SFTP Session implementation.
SftpSimplePatternFileListFilter
Implementation of AbstractSimplePatternFileListFilter for SFTP.
SftpStreamingInboundChannelAdapterParser  
SftpStreamingInboundChannelAdapterSpec  
SftpStreamingMessageSource
Message source for streaming SFTP remote file contents.
SftpSystemMarkerFilePresentFileListFilter
SFTP implementation of AbstractMarkerFilePresentFileListFilter.