用于多个客户端的文件传输实用程序 [英] File transfer utility for multiple client

查看:89
本文介绍了用于多个客户端的文件传输实用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好

我是Azure的新手,想对我正在准备的体系结构发表一些意见.我正在寻找本地部署的多个客户端可以将文本文件传输到Azure存储的解决方案.每个客户端应具有自己的身份验证,并且仅应 能够在自己的目录中传输.他们应该看不到其他目录或文件.数据已传输到Azure存储,它将被加载到数据库中.

I am new to Azure and would like to get some opinion on architecture i am preparing. I am looking for the solution where Multiple Client from On-Prem can transfer text files to Azure Storage. Each client should have their own authentication and should only be able to transfer in their own directory. they should not be able to see other directories or files. Ones data is transferred to Azure Storage it will be loaded into Database.

预先感谢您的帮助

谢谢

推荐答案

您好,

感谢您与我们联系.有几种方法可以完成所要求的工作.最好告诉我们您打算使用哪种特定的存储选项:队列,文件共享或Azure Blob.

Thanks for reaching out. There are several ways to accomplish what are asking. It would be great to tell us what specific storage option you plan on using: Queues,File shares, or Azure blobs. 

在传输文件时:

C 客户可以使用 Azcopy ,并使用进行身份验证 SAS ,它提供了对存储资源(文件夹(Blob),容器,甚至特定Blob)的狭窄且特定的访问权限

Customers can useAzcopy , and authenticate using SAS which provides a narrowed and specific access to storage resources(folders(Blobs), containers, and even specific blobs)

当数据位于Azure存储中时&加载到数据库:

您应该考虑使用 Logic Apps,它具有到Azure Blob的连接器 ,一旦Blob在Azure存储中,您就可以执行操作.

You should consider using Logic Apps, it has connectors to Azure blobs, which will allow you to perform an action once a blob is in Azure storage.


这篇关于用于多个客户端的文件传输实用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆