From 9413fe0dc19ac8f55e1eb46bae22ad6b5fc7d70c Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Fri, 10 Dec 2010 13:42:09 -0500 Subject: [PATCH] INT-1670 updated FTP docs with more info --- docs/src/reference/docbook/ftp.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/src/reference/docbook/ftp.xml b/docs/src/reference/docbook/ftp.xml index f4a95015ca..28fb2306fb 100644 --- a/docs/src/reference/docbook/ftp.xml +++ b/docs/src/reference/docbook/ftp.xml @@ -196,6 +196,13 @@ xsi:schemaLocation="http://www.springframework.org/schema/integration/ftp in the MessageHeaders, or if the payload of the Message is already a java.io.File, then it will use the original name of that file. - + + + Defining certain values (e.g., remote-directory) might be platform/ftp server dependent. For example as it + was reported on this forum http://forum.springsource.org/showthread.php?p=333478&posted=1#post333478 on some + platforms you must add slash to the end of the directory definition (e.g., remote-directory="/foo/bar/" + instead of remote-directory="/foo/bar") + +