简体   繁体   中英

Is it possible to send files from FTP to Azure blob storage in timely basis?

Basically in my scenario ,

I am storing all the files from different users in one ftp location and i want to send them to my azure blob storage account in a timely basis.

is it possible to do that?

Thanks

I am storing all the files from different users in one ftp location and i want to send them to my azure blob storage account in a timely basis.

As Peter Bons said, you can use Azure Logic Apps to transfer files from FTP into your Azure Blob Storage. You can follow these steps to use the FTP connector.

create a connection to FTP

在此处输入图片说明

select a folder

在此处输入图片说明

add the action to get the contents of the file on the FTP server and create blob

在此处输入图片说明

在此处输入图片说明

For detailed information, please refer to this article that explained using the FTP connector to monitor, manage and create files on an FTP server.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM