Click FileAdapter under Summary of Deployments on the right pane.

Oracle JCA Adapter for FilesFTP 4-77 elsewhere, then use this script. You must set the outboundDataSource property if you choose to do so. outboundLockTypeForWrite - Set the value to oracle if you are using Oracle Database. By default the Oracle File and FTP Adapters use an in-memory mutex to lock outbound write operations. You must choose from the following values for synchronizing write operations: memory - The Oracle File and FTP Adapters use an in-memory mutex to synchronize access to the file system. oracle - The adapter uses the Oracle Database sequence. db - The adapter uses a precreated database table FILEADAPTER_MUTEX as the locking mechanism. You must use this option only if you are using a schema other than the Oracle Database schema. user-defined - The adapter uses a user-defined mutex. To configure the user-defined mutex, you must implement the mutex interface oracle.tip.adapter.file.Mutex and then configure a new binding-property with the name oracle.tip.adapter.file.mutex and value as the fully qualified class name for the mutex for the outbound reference. h. Configure BPEL Process or Mediator Scenario to use the connection factory, as shown in the following example: adapter-config name=FlatStructureOut adapter=File Adapter xmlns=http:platform.integration.oracleblocksadapterfwmetadata connection-factory location=eisHAFileAdapter adapterRef= endpoint-interaction portType=Write_ptt operation=Write interaction-spec className=oracle.tip.adapter.file.outbound.FileInteractionSpec property.. property.. interaction-spec endpoint-interaction adapter-config

4.4.3 Using Secure FTP with the Oracle FTP Adapter

The Oracle FTP Adapter supports the use of the secure FTP feature on Windows, Solaris, and Linux. For Windows, this feature is certified on FileZilla FTP server with OpenSSL. This section provides an overview of secure FTP functionality and describes how to install and configure this feature. This section includes the following topics: ■ Section 4.4.3.1, Secure FTP Overview ■ Section 4.4.3.2, Installing and Configuring FTP Over SSL on Solaris and Linux ■ Section 4.4.3.3, Installing and Configuring FTP Over SSL on Windows Note: The location attribute is set to eisHAFileAdapter for the connection factory.