Seamlessly transfer files from an SFTP server to Azure Blob Storage with our robust gem, ensuring secure, efficient, and automated data management. Enhance your storage capabilities by leveraging the scalability and reliability of Azure Blob Storage for all your file transfer needs.
Setup Guide
This gem will establish a connection between the SFTP server and Azure Blob Storage. Once the connection is established, the gem will then get files from the SFTP folder
specified for the parameter Source Folder
and upload them to the desired Azure Blob Storage container.
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 path to the source folder ending with a trailing slash.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.
Azure Blob Storage
Server Host
Required. Specify the storage account name in the server host urlhttps://[account].blob.core.windows.net
.Storage Account
Required. Specify the storage account name.Shared Key
Required. Specify the shared key.Destination Folder
Required. Specify the container name, ending with a trailing slash, where you want to upload the file.
Note This integration only support Shared Key authentication type.