diff --git a/basic/sftp/.settings/com.springsource.sts.config.flow.prefs b/basic/sftp/.settings/com.springsource.sts.config.flow.prefs
index 60187c9d..8d8e7fad 100644
--- a/basic/sftp/.settings/com.springsource.sts.config.flow.prefs
+++ b/basic/sftp/.settings/com.springsource.sts.config.flow.prefs
@@ -1,5 +1,5 @@
-#Thu Nov 18 03:08:02 EST 2010
+#Thu Nov 18 07:42:11 EST 2010
//com.springsource.sts.config.flow.coordinates\:http\://www.springframework.org/schema/integration\:/sftp/src/main/resources/META-INF/spring/integration/SftpInboundReceiveSample-context.xml=\n\n\n\n\n\n\n\n\n\n
//com.springsource.sts.config.flow.coordinates\:http\://www.springframework.org/schema/integration\:/sftp/src/test/resources/META-INF/spring/integration/SftpInboundReceiveSample-context.xml=\n\n\n\n\n\n\n\n\n\n
-//com.springsource.sts.config.flow.coordinates\:http\://www.springframework.org/schema/integration\:/sftp/src/test/resources/META-INF/spring/integration/SftpOutboundTransferSample-context.xml=\n\n\n\n\n\n\n\n\n\n
+//com.springsource.sts.config.flow.coordinates\:http\://www.springframework.org/schema/integration\:/sftp/src/test/resources/META-INF/spring/integration/SftpOutboundTransferSample-context.xml=\n\n\n\n\n\n\n\n\n\n
eclipse.preferences.version=1
diff --git a/basic/sftp/readme.txt b/basic/sftp/readme.txt
index 1f7b7d96..8c922ee5 100644
--- a/basic/sftp/readme.txt
+++ b/basic/sftp/readme.txt
@@ -30,7 +30,7 @@ The output should look like this:
Successfully transfered 'readme.txt' file to a remote location under the name 'readme.txt_foo'
=====
-NOTE: You can see that we are using SpEL via 'remote-file-expression' attribute to define the remote file name by
+NOTE: You can see that we are using SpEL via 'remote-filename-expression' attribute to define the remote file name by
simply appending '_foo' to the original file name.
diff --git a/basic/sftp/src/test/resources/META-INF/spring/integration/SftpOutboundTransferSample-context.xml b/basic/sftp/src/test/resources/META-INF/spring/integration/SftpOutboundTransferSample-context.xml
index ed1793d4..08b1f774 100644
--- a/basic/sftp/src/test/resources/META-INF/spring/integration/SftpOutboundTransferSample-context.xml
+++ b/basic/sftp/src/test/resources/META-INF/spring/integration/SftpOutboundTransferSample-context.xml
@@ -24,7 +24,7 @@