Package org.springframework.integration.ftp.client

Interface Summary
FtpClientFactory<T extends FTPClient> Factory for FTPClient.
FtpClientPool A pool of FTPClient instances.
 

Class Summary
AbstractFtpClientFactory<T extends FTPClient> base class for the other FtpClientFactory implementations.
DefaultFtpClientFactory Default implementation of FtpClientFactory.
DefaultFtpsClientFactory provides a working FTPS implementation.
QueuedFtpClientPool FtpClientPool implementation based on a Queue.