Effortlessly transfer files from an SFTP server to Oracle Cloud Object Storage, ensuring secure and seamless document management within your Oracle Cloud Object Storage environment.
Setup Guide
This gem will establish a connection between SFTP server and Oracle Cloud Object Storage. Once the connection is established, the gem will then get files from the SFTP server folder
specified for the parameter Source Folder
and upload them to the Oracle Cloud Object Storage.
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.Source Folder
Required. Specify the Source Folder Name ending with a trailing slash to receive the file from.Filter
Optional. Use this parameter to specify filter criteria for local files. For more details about the syntax of the filter visit here to check details for theLocal Filter
parameter.
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.Destination Folder
Required. Specify the path to the destination folder, ending with a trailing slash, where you want to load the files.