INT-3746: (S)FTP outbound: support InputStream

JIRA: https://jira.spring.io/browse/INT-3746
This commit is contained in:
Artem Bilan
2017-03-03 15:46:35 -05:00
committed by Gary Russell
parent 4403519e5f
commit 56708b448c
3 changed files with 26 additions and 17 deletions

View File

@@ -99,6 +99,8 @@ See <<ftp-outbound-gateway>> and <<sftp-outbound-gateway>> for more information.
The (S)FTP streaming inbound channel adapters now add remote file information in a message header.
See <<ftp-streaming>> and <<sftp-streaming>> for more information.
The FTP and SFTP outbound channel adapters, as well as `PUT` command of the outbound gateways, now support `InputStream` as `payload`, too.
==== Integration Properties
Since _version 4.3.2_ a new `spring.integration.readOnly.headers` global property has been added to customize the list of headers which should not be copied to a newly created `Message` by the `MessageBuilder`.