Package org.springframework.integration.ftp.server
package org.springframework.integration.ftp.server
Provides classes related to FTP servers.
-
ClassDescription
ApplicationEvent
generated from Apache Mina ftp events.A listener for FTP events emitted by an Apache Mina ftp server.An event emitted when a directory is created.An event that is emitted when a file is written.Base class for all events having anFtpRequest
.An event emitted when a path is moved.An event emitted when a file or directory is removed.An event emitted when a session is closed.An event emitted when a session is opened.