| At line 6 changed 1 line. |
| * %%(color:blue;)__Supporting Features in the FTP Binding Component__%%\\ |
| * %%(color:blue;)__FTP Binding Component Runtime Properties__%%\\ |
| At line 44 changed 1 line. |
| | Proxy URL | Specifies the URL for the proxy. Example: socks5://localhost:1080 |
| | Proxy URL | Specifies the URL for the proxy. Example: socks5://localhost:1080. |
| At line 47 changed 2 lines. |
| | Connection Pool Minimum Size| Specifies the minimum number of physical EIS connections that the pool keeps |
| available at all times. |
| | Connection Pool Minimum Size| Specifies the minimum number of physical EIS connections that the pool keeps available at all times. |
| At line 51 changed 2 lines. |
| | Max Idle Timeout for Pooled Connection| Specifies the maximum idle timeout in milliseconds for connections in the pool. Must be greater than 1000.\\ This is a hint to the server. A timer thread periodically removes unused connections. This parameter defines the interval at which this thread runs. This thread removes unused connections after the specified idle time expires. It allows the user to specify the maximum amount of time that a connection can remain in the |
| pool. |
| | Max Idle Timeout for Pooled Connection| Specifies the maximum idle timeout in milliseconds for connections in the pool. Must be greater than 1000.\\ This is a hint to the server. A timer thread periodically removes unused connections. This parameter defines the interval at which this thread runs. This thread removes unused connections after the specified idle time expires. It allows the user to specify the maximum amount of time that a connection can remain in the pool. |