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 HostRequired. Specify the name or IP address of the SFTP server.PortRequired. Specify the port number.UsernameRequired. Specify a username to access the SFTP server.PasswordRequired. Specify a password to access the SFTP server.Source FolderRequired. Specify the path to the source folder ending with a trailing slash.FilterOptional. 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 Filterparameter.
Azure Blob Storage
Server HostRequired. Specify the storage account name in the server host urlhttps://[account].blob.core.windows.net.Storage AccountRequired. Specify the storage account name.Shared KeyRequired. Specify the shared key.Destination FolderRequired. 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.