Package org.springframework.integration.ftp.server
Provides classes related to FTP servers.
-
Class Summary Class Description ApacheMinaFtpEvent ApplicationEvent
generated from Apache Mina ftp events.ApacheMinaFtplet A listener for FTP events emitted by an Apache Mina ftp server.DirectoryCreatedEvent An event emitted when a directory is created.FileWrittenEvent An event that is emitted when a file is written.FtpRequestEvent Base class for all events having anFtpRequest
.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.