Example usage for org.springframework.integration.ftp.session AbstractFtpSessionFactory subclass-usage

List of usage examples for org.springframework.integration.ftp.session AbstractFtpSessionFactory subclass-usage

Introduction

In this page you can find the example usage for org.springframework.integration.ftp.session AbstractFtpSessionFactory subclass-usage.

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