Typo at FTPs example

Use DefaultFtpsSessionFactory instead of DefaultFtpsClientFactory
This commit is contained in:
Jorge
2017-10-12 20:19:44 +02:00
committed by Artem Bilan
parent f202b25775
commit a7eebed252

View File

@@ -53,7 +53,7 @@ Below is the complete configuration sample:
[source,xml]
----
<bean id="ftpClientFactory"
class="org.springframework.integration.ftp.client.DefaultFtpsClientFactory">
class="org.springframework.integration.ftp.session.DefaultFtpsSessionFactory">
<property name="host" value="localhost"/>
<property name="port" value="22"/>
<property name="username" value="oleg"/>