diff --git a/docs/src/reference/docbook/ftp.xml b/docs/src/reference/docbook/ftp.xml index 1014a68f24..d89ad7306e 100644 --- a/docs/src/reference/docbook/ftp.xml +++ b/docs/src/reference/docbook/ftp.xml @@ -242,4 +242,20 @@ xsi:schemaLocation="http://www.springframework.org/schema/integration/ftp +
+ FTP Session Caching + + One of the optimization implemented by FTP adapters is session caching. Similar to JDBC connection polling FTP Adapters maintain a + default session poll. However there are times when this behavior is not desired (e.g., security etc.). + To disable session caching you can set cache-sessions attribute to false (default is true) +]]> + +The same attriibute could be used with Outbound Channel Adapters + +
diff --git a/docs/src/reference/docbook/sftp.xml b/docs/src/reference/docbook/sftp.xml index 8cb9ac1479..3655994ec7 100644 --- a/docs/src/reference/docbook/sftp.xml +++ b/docs/src/reference/docbook/sftp.xml @@ -184,4 +184,20 @@ xsi:schemaLocation="http://www.springframework.org/schema/integration/sftp +
+ SFTP Session Caching + + One of the optimization implemented by SFTP adapters is session caching. Similar to JDBC connection polling SFTP Adapters maintain a + default session poll. However there are times when this behavior is not desired (e.g., security etc.). + To disable session caching you can set cache-sessions attribute to false (default is true) +]]> + +The same attriibute could be used with Outbound Channel Adapters + +