WebSphere® Adapter for FTP uses connection properties either through Managed Connection Factory properties or a Java™ Authentication and Authorization Services (JAAS) alias. If you want to change the connection properties used for authentication with either one of these authentication methods, you can change the connection properties through the IBM® Business Process Manager administrative console and restart the Java EE application or change the JAAS security settings.
In addition to the methods explained, the connection parameters can also be specified through the ConnectionSpec properties. The ConnectionSpec properties are used by an application component to pass connection-related properties.
Based on the protocol used in the Managed Connection Factory, you can specify the relevant ConnectionSpec properties for the outbound request. If you specify both ConnectionSpec properties and Managed Connection Factory properties during run time, the adapter uses the values specified in the ConnectionSpec properties to create a connection and ignores the values in the Managed Connection Factory properties. For more information about security settings, see Security.
| FTP | FTPS | SFTP |
|---|---|---|
|
|
|
To configure the adapter to create an FTP server connection, see Passing the connection parameters dynamically.