Fix typo in ftp.adoc
This commit is contained in:
@@ -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$")
|
||||
|
||||
Reference in New Issue
Block a user