INSAMPLES-12 modified references remote-filename-expression to be compliant with changes in INT-1631

This commit is contained in:
Oleg Zhurakousky
2010-11-18 07:44:57 -05:00
parent 66dcac5c30
commit 24800390db
3 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
<int-sftp:outbound-channel-adapter id="sftpOutboundAdapter"
session-factory="sftpSessionFactory"
channel="inputChannel"
remote-file-expression="payload.getName() + '_foo'"
remote-filename-expression="payload.getName() + '_foo'"
remote-directory="/Users/ozhurakousky/workspace-sts-2.3.3.M2/si/samples/basic/sftp/remote-target-dir"/>
</beans>