List of usage examples for org.springframework.integration.ftp.session AbstractFtpSessionFactory subclass-usage
From source file org.springframework.integration.ftp.session.DefaultFtpSessionFactory.java
/**
* Default implementation of FTP SessionFactory.
*
* @author Iwein Fuld
* @author Josh Long
* @since 2.0
From source file org.springframework.integration.ftp.session.DefaultFtpsSessionFactory.java
/**
* SessionFactory for FTPS.
*
* @author Josh Long
* @author Iwein Fuld
* @author Mark Fisher