Transfer a File

Use this recipe to read an opaque file from a "/" directory and write the file to an "/upload" directory in a simple scheduled orchestration. After activating the integration, you go to the Actions menu and select Submit now or Add Schedule to run the scheduled integration.

Note:

This recipe is available as Oracle Integration — FTP | Transfer File in the Integration Store. Oracle provides this recipe as a sample only. The recipe is meant only for guidance, and is not warranted to be error-free. No support is provided for this recipe.

Description

This recipe demonstrates how to read an opaque file from a
/
directory and write the file to an
/upload
directory in a scheduled orchestrated integration. An FTP Adapter reads the file from the
/
directory and another FTP Adapter writes the file to the
/upload
directory. An assign action is configured to assign variables for the file name and file size.

A logging message is created to indicate that the file name has been read. The message is logged to the activity stream for viewing.

You can also track the integration and monitor message status.

System Requirements

  • Oracle Integration

Related Documentation