Azure websites - create ftp account

人走茶凉 提交于 2019-12-08 03:11:58

问题


I'm just created a website ("Basic" plan) under Microsoft Azure. In order to deploy my website, I created an ftp user that can upload my website code.

Additionally to this upload FTP user, I want to create another FTP account that will have a permission for specific directory in filesystem.

I'm search all over the Dashboard and didn't found a clue where this "create ftp account" is.

How I'm should do this?

Thanks.


回答1:


As far as I know, Azure only supports FTP only for deployment. And there is no way to create second ftp account for file accessing. So you'll have to come up with a different way to manage your site. What is the purpose of the second account anyway? probably there is a work-around without getting ftp involved.



来源:https://stackoverflow.com/questions/24517412/azure-websites-create-ftp-account

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!