Invoke Operations Page
Enter the FTP Adapter operation properties. All FTP operations in integrations are synchronous.
Note:
The operation to read multiple files has been deprecated. This option is not available in the Adapter Endpoint Configuration Wizard when configuring the FTP Adapter connection in a new integration, but can appear in an existing, older integration. As an alternative, Oracle recommends that you use looping functionality (such as a for-each action) to read multiple files.-
Read a File: Reads a file from the FTP/FTPS/sFTP location. The file sizes supported by this operation are based on whether or not you have selected a schema. See Service Limits in Provisioning and Administering Oracle Integration 3.
-
Write File: Writes a single file onto the target FTP server.
-
List Files: Lists the names of the files in the input directory. This operation returns the list of files without any data. It is similar to running the
ls
command in Linux. -
Move a File: Moves a file from one location to another on the same target FTP server.
-
Delete a File: Deletes a single file on the FTP server.
-
Download File: Specifies a directory to be used for staged activity. Use this directory to stage large files for processing. This operation downloads a single file in the logical directory you specify. Understand the file sizes supported. See Service Limits in Provisioning and Administering Oracle Integration 3.
Note:
If you try to decrypt an encrypted file that is less than 1 GB in size, and after decryption it exceeds 1 GB, the operation fails. This also applies to ZIP files. If a ZIP file is less than 1 GB and you select to unzip it, if the file size exceeds 1 GB after unzipping, the operation also fails.Note:
If you want to read/download multiple files, use the following integration pattern.FTP List File (Operation) > For Each Loop > FTP Read File (Operation) > End For Each Loop
The following tables describe the key information on the FTP Adapter invoke Operations page. Depending on which operation you choose, you are presented with different options and parameters that apply specifically to that operation. Each table corresponds to a specific operation.
Each operation can be performed against ZIP and GZIP file formats.
Read a File
Note:
Elements marked with “+” can be mapped in the mapper and can be passed dynamically at runtime.When using the connectivity agent, the Read a File operation when used without a schema supports files of up to 1 GB in size. You can specify sample XML and JSON documents for the payload when configuring the FTP Adapter for read operations. Understand the file sizes supported based on whether or not you are using a schema. See Service Limits in Provisioning and Administering Oracle Integration 3.
Element | Description |
---|---|
Select a Transfer Mode |
Select the transfer mode:
|
+Input Directory |
The name of the directory that contains the file to be read. For example, |
+File Name |
The name of the file to be read. The name can also be provided by the mapper. Understand the file sizes supported. See Service Limits in Provisioning and Administering Oracle Integration 3. |
Write File
When using the connectivity agent, the Write File operation when used without a schema supports files of up to 1 GB in size. This limit is the same as the Download File operation. You can specify sample XML and JSON documents for the payload when configuring the FTP Adapter for write operations. Understand the file sizes supported based on whether or not you are using a schema. See Service Limits in Provisioning and Administering Oracle Integration 3.
Element | Description |
---|---|
Select a Transfer Mode |
Select the transfer mode:
|
+Output Directory |
The directory path to which to write the file. For example, |
+File Name Pattern |
The pattern of file names to transfer to the output directory. Use the pattern inside Note: Use of these patterns leads to message loss if the messages are written to the file system at the same time or files are written to a separate node. To ensure that files are not overwritten, use the mapper to assign the file names explicitly. You can use XPath functions to ensure that file names are unique. |
Append to Existing File |
If selected, the file content is appended to the existing file content and is not overwritten. Notes:
|
PGP Encryption / Decryption | Oracle Integration can perform PGP encryption using a public key on the file to send
to external FTP servers for protecting sensitive data and preserving
confidentiality and privacy. Oracle Integration can also perform PGP decryption using a private key on the
incoming file to decrypt the encrypted contents.
|
Include Modification Detection Code | Select this check box when using Elliptic-Curve
Diffie–Hellman (ECDH) keys to encrypt/decrypt a file. Otherwise, you
receive an error in the activity stream during decryption at
runtime. See PGP File Decryption Failure When Using the Elliptic-Curve Diffie–Hellman (ECDH) Key Pair.
This selection is optional when using RSA keys to encrypt/decrypt a file. |
Sign / Verify Signature | Oracle Integration can perform signing using the private key to allow the receiver
to verify that the file contents were not altered during transit.
Oracle Integration can also perform signature verification using the public key on
the incoming file to verify that the contents were not altered
during transit.
|
List Files
Element | Description |
---|---|
+Input Directory |
The name of the directory that contains the file to be read. For example, |
+File Name Pattern |
Specify a wild card pattern to be used for listing files from the input directory.
For example: |
Exclude File Name Pattern |
Specify a wild card pattern to be used while
excluding or ignoring files from the input directory. For
example, |
Max Files |
The maximum number of file names that should be listed. The maximum value is 1000. Note: The List File operation returns the file list in a sorted order according to the last modified time. If you selected 10 as the maximum number of files and the last modified time of the eleventh file is the same as the tenth file, then the eleventh file is also added. This continues until you get a file with a different timestamp. For example, assume the directory has 15 files and you select 10 as the maximum number of files. If the tenth, eleventh, twelfth, and thirteenth files have the same time stamp, then the list file returns thirteen files. |
Minimum Age |
The minimum age in seconds for files to be displayed. For example, if the last time a file was modified is 02:28:45 AM and the minimum age is defined as 80 seconds, the file will not be listed at 02:29:00 AM and 02:30:00 AM. It will be listed after 02:30:05. |
List Files Recursively |
List files within directories recursively beneath the input directory. |
Ignore File Permissions |
The associated file permissions are not considered while listing. |
Use NLST [DEPRECATED] |
Provides a list of only the file names and the corresponding directory names. |
Note:
Oracle Integration plans to deprecate the NLST feature. You are advised not to use it moving forward.Move a File
Element | Description |
---|---|
+Directory Path |
The name of the directory that contains the file to be moved. For example, |
+File Name |
The name of the file to be moved. There is no limit to the size of the file to move. |
+Target Directory Path |
The name of the directory to which the file will be moved. |
+Target File Name |
The name of the file as it will be written in the target directory. |
Overwrite |
Select to overwrite the file in the target directory. |
Delete a File
Element | Description |
---|---|
+Directory Path |
The directory path to the file you wish to delete. |
+File Name |
The name of the file to delete. |
Download File
The Download File operation enables you to map the download directory dynamically. This works fine for new integrations. You can also edit an existing Download File operation in the Adapter Endpoint Configuration Wizard to add more file download operations, then click Done to regenerate the adapter artifacts. You can download file sizes of up to 1 GB. See Service Limits in Provisioning and Administering Oracle Integration 3.
Using the Download File operation with the connectivity agent enables you to upload the file from the connectivity agent server to Oracle Integration. This operation enables you to download and upload files of up to 1 GB in size. This operation may take more time depending on the network conditions between FTP and the connectivity agent and the connectivity agent and Oracle Integration. Understand the file sizes supported based on whether or not you are using a schema. See Service Limits in Provisioning and Administering Oracle Integration 3.
Element | Description |
---|---|
Select a Transfer Mode |
Select the transfer mode:
|
+Input Directory |
Specify the name of the directory that contains the file to be read. For example, |
+File Name |
The name of the file to download. This can be overridden using the mapper. |
+Download Directory |
The name of the directory to be used for stage file action. See Processing Files in Schedule Integrations with a Stage File Action. Do not enter the directory path in double quotes. The quotes are mistakenly included as part of the directory name. |
Perform unzip on compressed file downloaded from external FTP server | Select if the file to download is in compressed mode. Selecting this option causes the Retain the zip directory structure option to be displayed. If selected, this option preserves the directory structure while unzipping content in the download directory. |
Perform PGP Decryption on an encrypted file downloaded from external FTP server | Select if the file to download was encrypted by the sender using PGP encryption to protect sensitive data and preserve confidentiality and privacy. The private key required for decryption must be uploaded to the connection specific to this FTP server. |
Perform verification on the signed file downloaded from external FTP server | Select if the file to download must have signature verification to ensure that the file contents were not altered during transit and it came from the actual sender. The corresponding public key required for signature verification must be uploaded to the connection specific to this FTP server. |