Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/google-app-engine/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Azure web app FTP或storage Explorer仅对特定文件夹具有权限_Azure - Fatal编程技术网

Azure web app FTP或storage Explorer仅对特定文件夹具有权限

Azure web app FTP或storage Explorer仅对特定文件夹具有权限,azure,Azure,可以授予FTP用户只能访问Azure webapp上的内容文件夹的权限,或者通过Azure Storage Explorer授予访问权限 请提供帮助。我只想通过FTP或azure storage explorer向我的客户授予内容文件夹的权限,以便他只能在特定文件夹上上载其内容。简单回答,否。FTP是一种全有或全无的方案 一个选项是在配置部分添加路径映射,装载Azure Blob或Azure文件,并创建共享访问签名以向客户端授予写入权限

可以授予FTP用户只能访问Azure webapp上的内容文件夹的权限,或者通过Azure Storage Explorer授予访问权限


请提供帮助。我只想通过FTP或azure storage explorer向我的客户授予内容文件夹的权限,以便他只能在特定文件夹上上载其内容。

简单回答,否。FTP是一种全有或全无的方案

一个选项是在配置部分添加路径映射,装载Azure Blob或Azure文件,并创建共享访问签名以向客户端授予写入权限