@Configuration @EnableConfigurationProperties(value=FtpSessionFactoryProperties.class) public class FtpSessionFactoryConfiguration extends Object
Constructor and Description |
---|
FtpSessionFactoryConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.integration.file.remote.session.SessionFactory<org.apache.commons.net.ftp.FTPFile> |
ftpSessionFactory(FtpSessionFactoryProperties properties) |
@Bean @ConditionalOnMissingBean public org.springframework.integration.file.remote.session.SessionFactory<org.apache.commons.net.ftp.FTPFile> ftpSessionFactory(FtpSessionFactoryProperties properties)
Copyright © 2022. All rights reserved.