INT-1614 fixed test xml files and updated FTP documentation

This commit is contained in:
Oleg Zhurakousky
2010-11-22 09:20:20 -05:00
parent 1132422887
commit 2cd1746eea
4 changed files with 42 additions and 44 deletions

View File

@@ -22,6 +22,12 @@
<int:poller fixed-rate="1000"/>
</int-ftp:inbound-channel-adapter>
<int-ftp:inbound-channel-adapter local-directory="" channel="" session-factory="" remote-directory=""
>
</int-ftp:inbound-channel-adapter>
<int-ftp:inbound-channel-adapter
channel="ftpChannel"
session-factory="ftpSessionFactory"

View File

@@ -10,16 +10,16 @@
<bean id="ftpClientFactory" class="org.springframework.integration.ftp.session.DefaultFtpSessionFactory">
<property name="host" value="localhost"/>
<property name="username" value="ozhurakousky"/>
<property name="password" value="seva@1994"/>
<property name="password" value="xxxx"/>
<property name="remoteWorkingDirectory" value="/Users/ozhurakousky/workspace-sts-2.3.3.M2/si/spring-integration/spring-integration-ftp/remote-test-dir"/>
</bean>
<int-ftp:inbound-channel-adapter id="ftpInbound"
channel="ftpChannel"
session-factory="ftpClientFactory"
auto-create-directories="true"
auto-create-local-directory="true"
delete-remote-files="false"
filename-pattern=".*\.test$"
filename-regex=".*\.test$"
remote-directory="/Users/ozhurakousky/workspace-sts-2.3.3.M2/si/spring-integration/spring-integration-ftp/remote-test-dir"
local-directory="file:local-test-dir">
<int:poller fixed-rate="1000"/>