This gem provides a robust solution for automating and securing the transfer of files from Oracle Cloud Object Storage to an SFTP server. This gem is essential for organizations aiming to streamline their data workflows, enhance security, and ensure efficient data management between cloud storage and external systems.
Setup Guide
This gem will receive files from Oracle Cloud Object Storage
and upload them to SFTP Server
without the hassle of any tedious copy-paste work.
To run this gem and connect Oracle Cloud Object Storage to SFTP Server, you need to configure the parameters that are mentioned below.
Oracle Cloud Object Storage
Server Host
Required. Specify correctbucketnamespace
andregion
in the server host urlhttps://[bucketnamespace].compat.objectstorage.[region].oraclecloud.com
.Access Key
Required. Specify the access key.Secret Key
Required. Specify the secret key.Source Folder
Required. Specify the path to the source folder, ending with a trailing slash, from where you want to receive the file.Filter
Optional. Use this parameter to specify the filter criteria for files. For more details about the syntax of the filter visit here to check details for theLocal Filter
parameter.
SFTP
Server Host
Required. Specify the name or IP address of the SFTP server.Port
Required. Specify the port number.Username
Required. Specify a username to access the SFTP server.Password
Required. Specify a password to access the SFTP server.Destination Folder
Required. Specify the path to the destination folder, ending with a trailing slash.