From a7eebed252527327255506f29459c037349ef839 Mon Sep 17 00:00:00 2001 From: Jorge Date: Thu, 12 Oct 2017 20:19:44 +0200 Subject: [PATCH] Typo at FTPs example Use DefaultFtpsSessionFactory instead of DefaultFtpsClientFactory --- src/reference/asciidoc/ftp.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/ftp.adoc b/src/reference/asciidoc/ftp.adoc index 079b09c160..f53079ca47 100644 --- a/src/reference/asciidoc/ftp.adoc +++ b/src/reference/asciidoc/ftp.adoc @@ -53,7 +53,7 @@ Below is the complete configuration sample: [source,xml] ---- + class="org.springframework.integration.ftp.session.DefaultFtpsSessionFactory">