Is there anyway I can transfer txt files from my Azure Blob Storage to a FTP directly, going serverless? If possible using SSIS or Azure Data Factory.
Thanks!
Is there anyway I can transfer txt files from my Azure Blob Storage to a FTP directly, going serverless? If possible using SSIS or Azure Data Factory.
Thanks!
SSIS has a lot of connectors that can talk directly to AZURE storage. As for FTP, you may have to use a third party software (WinSCP) that can accomplish uploading of the file to FTP (if the built in FTP Task doesnt accomplish it already). If you are looking to go directly from Azure to FTP, you may have to rely on custom C# code. I am not even sure if that is possible.