Class DefaultFtpSessionFactory

java.lang.Object
org.springframework.integration.ftp.session.AbstractFtpSessionFactory<org.apache.commons.net.ftp.FTPClient>
org.springframework.integration.ftp.session.DefaultFtpSessionFactory
All Implemented Interfaces:
org.springframework.integration.file.remote.session.SessionFactory<org.apache.commons.net.ftp.FTPFile>

public class DefaultFtpSessionFactory extends AbstractFtpSessionFactory<org.apache.commons.net.ftp.FTPClient>
Default implementation of FTP SessionFactory.
Since:
2.0
  • Constructor Details

    • DefaultFtpSessionFactory

      public DefaultFtpSessionFactory()
  • Method Details