Fix typo in ftp.adoc

This commit is contained in:
Sergei Portnov
2020-08-25 18:29:21 +03:00
committed by GitHub
parent 6780bbd5c8
commit d95c7149c4

View File

@@ -561,7 +561,7 @@ public class FtpJavaApplication {
@Bean
public IntegrationFlow ftpInboundFlow() {
return IntegrationFlows
.from(Fpt.inboundAdapter(this.ftpSessionFactory)
.from(Ftp.inboundAdapter(this.ftpSessionFactory)
.preserveTimestamp(true)
.remoteDirectory("foo")
.regexFilter(".*\\.txt$")