Script to pull file from Azure storage account

Vijay Kumar 2,031 Reputation points
2021-02-24T04:01:41.703+00:00

Script to pull file from Azure storage account.

The requirement is use some script to pull files from Azure storage and push to some other server using FTP.

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,944 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 35,636 Reputation points Microsoft Employee
    2021-02-24T17:46:39.2+00:00

    @Vijay Kumar
    AzCopy would probably be a good fit for your use-case. If FTP is not a hard requirement you can download the blob or file directly on the destination server. If you need to first download then transfer with FTP, you can download the blob locally then use the required FTP command to transfer the file. I do recommend using the SFTP as FTP is unsecure.

    Hope this helps. Let me know if you have further questions or issues and I will be happy to assist.

    -------------------------------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments