Skip to content

Commit

Permalink
Turning off flag to fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Oct 8, 2019
1 parent 33b71fc commit 624003e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public AutoConfiguration(SftpInputProperties sftpInputProperties) {

@Bean
public SessionFactory<ChannelSftp.LsEntry> sftpSessionFactory() throws InvalidConfigException {
DefaultSftpSessionFactory factory = new DefaultSftpSessionFactory(true);
DefaultSftpSessionFactory factory = new DefaultSftpSessionFactory(false);
factory.setHost(properties.getHost());
factory.setPort(properties.getPort());
factory.setUser(properties.getUsername());
Expand Down

0 comments on commit 624003e

Please sign in to comment.